Remove wrong assert

This commit is contained in:
Antonio Andelic 2023-07-17 11:58:22 +00:00
parent 44929b7d28
commit 152f5527a9

View File

@ -810,7 +810,6 @@ class ClickhouseIntegrationTestsRunner:
result_state = "failure"
if not should_fail:
break
assert should_fail
logging.info("Try is OK, all tests passed, going to clear env")
clear_ip_tables_and_restart_daemons()
logging.info("And going to sleep for some time")