mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix integration tests parser
This commit is contained in:
parent
3545eba318
commit
428753a4a7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user