Fix integration tests parser

This commit is contained in:
alesapin 2022-04-14 14:39:36 +02:00
parent 3545eba318
commit 428753a4a7

View File

@ -461,6 +461,11 @@ class ClickhouseIntegrationTestsRunner:
if test not in main_counters[state]:
main_counters[state].append(test)
for state in ("SKIPPED",):
for test in current_counters[state]:
main_counters[state].append(test)
def _get_runner_image_cmd(self, repo_path):
image_cmd = ""
if self._can_run_with(