-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jest.retryTimes() with jest-circus does not retry failed tests. #6727
Comments
Maybe @palmerj3 can help? |
@laat good catch! Thanks for the nice repro example. I'm on this. Looks like a legitimate bug. |
I have also encountered this. |
Thanks! 👍 |
I have the same issue, cannot get the jest.retryTimes(3) to work. npx envinfo --preset jest System: |
@uspriya2006 please provide a github repo that reproduces the problem. Thank you. |
Sorry, I wasn't logging it before so didn't realize it's actually retrying, my bad. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
jest.retryTimes() does not retry.
To Reproduce
Follow the documented steps
Expected behavior
It should retry
n
times whenjest.retryTimes(n)
is set.Link to repl or repo (highly encouraged)
Minimal Example Repo
Run
npx envinfo --preset jest
Paste the results here:
The text was updated successfully, but these errors were encountered: