Skip to content

Commit 2aeb3c5

Browse files
committed
tests: disable 02286_drop_filesystem_cache for flaky check
The problem is that for flaky check the thread fuzzer is enabled, and access to system.remote_data_paths is too slow with it, i.e. 2.5 sec vs 7.7 sec, but on CI it is even bigger.
1 parent 4d0e32e commit 2aeb3c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/queries/0_stateless/02286_drop_filesystem_cache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
# Tags: long, no-fasttest, no-parallel, no-object-storage, no-random-settings
2+
# Tags: long, no-fasttest, no-parallel, no-object-storage, no-random-settings, no-flaky-check
3+
# Tag no-flaky-check -- access to system.remote_data_path is too slow with thread fuzzer enabled
34

45
# set -x
56

0 commit comments

Comments
 (0)