mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
disable func test in fast test
This commit is contained in:
parent
6f7f3a4ec5
commit
05e04f792e
@ -337,7 +337,7 @@ function run_tests
|
|||||||
secure
|
secure
|
||||||
sha256
|
sha256
|
||||||
xz
|
xz
|
||||||
|
|
||||||
# Not sure why these two fail even in sequential mode. Disabled for now
|
# Not sure why these two fail even in sequential mode. Disabled for now
|
||||||
# to make some progress.
|
# to make some progress.
|
||||||
00646_url_engine
|
00646_url_engine
|
||||||
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user