From 9d20339dcbae560ffc2876968a9da94ec7154465 Mon Sep 17 00:00:00 2001 From: kssenii Date: Mon, 28 Mar 2022 09:25:18 +0200 Subject: [PATCH] Mark test as long --- tests/queries/0_stateless/02235_remote_fs_cache_stress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/02235_remote_fs_cache_stress.sh b/tests/queries/0_stateless/02235_remote_fs_cache_stress.sh index 1a2f70ecdd7..65caf0eaef6 100755 --- a/tests/queries/0_stateless/02235_remote_fs_cache_stress.sh +++ b/tests/queries/0_stateless/02235_remote_fs_cache_stress.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Tags: no-ubsan, no-fasttest +# Tags: no-fasttest, long CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh