Skip to content

Commit c2f73b8

Browse files
committed
fix
1 parent c17c65c commit c2f73b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

utils/check_bad_commit.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ def find_bad_commit(target_test, start_commit, end_commit):
147147
# - if both failing and passing at end_commit: mark it as flaky
148148

149149
# check if `end_commit` fails the test
150+
151+
print("hello")
152+
print(end_commit is None)
153+
print(end_commit)
154+
150155
failed_before, n_failed, n_passed, failure_at_base_commit = is_bad_commit(target_test, end_commit)
151156
# We only need one failure to conclude the test is flaky on the previous run with `end_commit`.
152157
# However, when running on CI, we need at least one failure and one pass to conclude.

0 commit comments

Comments
 (0)