Fix reporting some BROKEN tests as ERROR

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2023-07-18 11:49:34 +02:00
parent 92ca2b0bdd
commit baf6d182d6

View File

@ -788,6 +788,7 @@ class ClickhouseIntegrationTestsRunner:
and test not in counters["ERROR"]
and test not in counters["SKIPPED"]
and test not in counters["FAILED"]
and test not in counters["BROKEN"]
and "::" in test
):
counters["ERROR"].append(test)