Compare commits

...

2 Commits

Author SHA1 Message Date
fd7d074666 lint 2025-11-05 14:01:29 -08:00
1b3088d04f tc 2025-11-05 14:01:08 -08:00

View File

@ -782,6 +782,11 @@ def run_test_retries(
if not continue_through_error:
print_to_file("Stopping at first consistent failure")
break
if current_failure == f"'{test_file}'":
# Something failed consistently in the entire suite and we don't
# know how to skip only that one individual test, so stop here
print_to_file("Entire suite failed consistently, stopping here")
break
sc_command = f"--scs={stepcurrent_key}"
print_to_file(
"Test failed consistently, "