Merge pull request #67738 from azat/tests/fix-retries

Fix test retries
This commit is contained in:
Nikita Fomichev 2024-08-04 06:33:48 +00:00 committed by GitHub
commit c6c4b313e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2218,7 +2218,6 @@ def run_tests_array(all_tests_with_params: Tuple[List[str], int, TestSuite, bool
args, test_suite, client_options, server_logs_level
)
test_result = test_case.process_result(test_result, MESSAGES)
break
except TimeoutError:
break
finally: