mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge branch 'no-flaky-check' into fix-log-and-exception-messages-formatting
This commit is contained in:
commit
701db12687
@ -1232,6 +1232,9 @@ class TestCase:
|
||||
):
|
||||
return FailureReason.SKIP
|
||||
|
||||
elif "no-flaky-check" in tags and (args.test_runs > 1):
|
||||
return FailureReason.SKIP
|
||||
|
||||
elif tags:
|
||||
for build_flag in args.build_flags:
|
||||
if "no-" + build_flag in tags:
|
||||
|
@ -1,4 +1,4 @@
|
||||
-- Tags: no-parallel, no-fasttest, no-ubsan, no-batch
|
||||
-- Tags: no-parallel, no-fasttest, no-ubsan, no-batch, no-flaky-check
|
||||
-- no-parallel because we want to run this test when most of the other tests already passed
|
||||
|
||||
-- If this test fails, see the "Top patterns of log messages" diagnostics in the end of run.log
|
||||
|
Loading…
Reference in New Issue
Block a user