Disable a couple of long tests for debug build.

This commit is contained in:
Nikolai Kochetov 2023-08-01 10:28:23 +00:00
parent 40ce9cf9ed
commit fe869207a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: deadlock, no-parallel
# Tags: deadlock, no-parallel, no-debug
# NOTE: database = $CLICKHOUSE_DATABASE is unwanted

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long, distributed, no-tsan
# Tags: long, distributed, no-tsan, no-debug
# These tests don't use `current_database = currentDatabase()` condition, because database name isn't propagated during remote queries.