mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix flaky check
This commit is contained in:
parent
a573b2926e
commit
538761b43d
@ -1232,7 +1232,7 @@ class TestCase:
|
||||
):
|
||||
return FailureReason.SKIP
|
||||
|
||||
elif "no-flaky-check" in tags and (args.test_runs > 1):
|
||||
elif "no-flaky-check" in tags and (1 == int(os.environ.get("IS_FLAKY_CHECK", 0))):
|
||||
return FailureReason.SKIP
|
||||
|
||||
elif tags:
|
||||
|
Loading…
Reference in New Issue
Block a user