disable func test in fast test

This commit is contained in:
Nikita Mikhaylov 2021-04-08 20:18:14 +03:00
parent 6f7f3a4ec5
commit 05e04f792e

View File

@ -365,7 +365,10 @@ function run_tests
01622_defaults_for_url_engine 01622_defaults_for_url_engine
# JSON functions # JSON functions
01666_blns 01666_blnsi
# Depends on AWS
01801_s3_distributed.sh
) )
(time clickhouse-test --hung-check -j 8 --order=random --use-skip-list --no-long --testname --shard --zookeeper --skip "${TESTS_TO_SKIP[@]}" -- "$FASTTEST_FOCUS" 2>&1 ||:) | ts '%Y-%m-%d %H:%M:%S' | tee "$FASTTEST_OUTPUT/test_log.txt" (time clickhouse-test --hung-check -j 8 --order=random --use-skip-list --no-long --testname --shard --zookeeper --skip "${TESTS_TO_SKIP[@]}" -- "$FASTTEST_FOCUS" 2>&1 ||:) | ts '%Y-%m-%d %H:%M:%S' | tee "$FASTTEST_OUTPUT/test_log.txt"