[CI][ez] Don't retry when it says don't retry (#125643)

default arg for retry_shell is retries=1
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125643
Approved by: https://github.com/huydhn
This commit is contained in:
Catherine Lee
2024-05-07 16:20:00 +00:00
committed by PyTorch MergeBot
parent 0de9ce9bb3
commit 848fce35b5

View File

@ -529,6 +529,7 @@ def run_test(
stderr=output,
env=env,
timeout=timeout,
retries=0,
)
# Pytest return code 5 means no test is collected. Exit code 4 is