mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix integration tests parser
This commit is contained in:
parent
5a158320df
commit
fafc636104
@ -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