diff --git a/util/compare_test_results.py b/util/compare_test_results.py index 273d2a2ff..bfacb0dba 100644 --- a/util/compare_test_results.py +++ b/util/compare_test_results.py @@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat): if status in ("FAIL", "ERROR"): if test_path in reference_flat: if reference_flat[test_path] in ("PASS", "SKIP"): - regressions.append(test_path) # Find fixes (tests that were failing but now passing)