mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +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]:
|
if test not in main_counters[state]:
|
||||||
main_counters[state].append(test)
|
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):
|
def _get_runner_image_cmd(self, repo_path):
|
||||||
image_cmd = ""
|
image_cmd = ""
|
||||||
if self._can_run_with(
|
if self._can_run_with(
|
||||||
|
Loading…
Reference in New Issue
Block a user