mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Automatic style fix
This commit is contained in:
parent
4504326b2a
commit
7adeaf9c28
@ -1232,7 +1232,9 @@ class TestCase:
|
||||
):
|
||||
return FailureReason.SKIP
|
||||
|
||||
elif "no-flaky-check" in tags and (1 == int(os.environ.get("IS_FLAKY_CHECK", 0))):
|
||||
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