Skip to content

Commit 52ffe61

Browse files
authored
deep_canary: temp remove rerun argument (#4027)
1 parent e47c734 commit 52ffe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testrunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def main():
449449
# Add rerun flag to canaries to avoid flakiness. Force pytest to collect only
450450
# deep-canary tests, and prevent wastage of threads in the skipping of
451451
# non-deep-canary tests.
452-
canary_pytest_args = [pytest_rerun_arg, pytest_rerun_delay_arg, "-m", "deep_canary"]
452+
canary_pytest_args = ["-m", "deep_canary"]
453453
pytest_cmds = [pytest_cmd + canary_pytest_args for pytest_cmd in pytest_cmds]
454454

455455
pytest_cmds = [

0 commit comments

Comments
 (0)