mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Skip slow test
This commit is contained in:
parent
51887f68b8
commit
64610b22f1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ void main() {
|
|||
test("delete shared file", _updaterDeleteSharedFile);
|
||||
test("delete shared dir", _updaterDeleteSharedDir);
|
||||
test("too many files", _updaterTooManyFiles,
|
||||
timeout: const Timeout(Duration(minutes: 2)));
|
||||
timeout: const Timeout(Duration(minutes: 2)),
|
||||
skip: "too slow on gitlab");
|
||||
});
|
||||
test("FileSqliteCacheEmptier", _emptier);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue