mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Add annotations
This commit is contained in:
parent
07163d2ae9
commit
da6378752f
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-object-storage-with-slow-build
|
||||
# Tags: long, no-object-storage-with-slow-build, no-flaky-check
|
||||
# It can be too long with ThreadFuzzer
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,4 +1,5 @@
|
||||
-- Tags: long
|
||||
-- Tags: long, no-flaky-check
|
||||
-- It can be too long with ThreadFuzzer
|
||||
|
||||
DROP TABLE IF EXISTS left;
|
||||
DROP TABLE IF EXISTS right;
|
||||
|
Loading…
Reference in New Issue
Block a user