You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retry makes my unit tests fail because it catches exceptions that I'm trying to assert get raised. For some reason, the retries also don't block, but if they did it would also be annoying to wait while running unit tests. Is there a good way to stop retries?
The text was updated successfully, but these errors were encountered:
Retry makes my unit tests fail because it catches exceptions that I'm trying to assert get raised. For some reason, the retries also don't block, but if they did it would also be annoying to wait while running unit tests. Is there a good way to stop retries?
The text was updated successfully, but these errors were encountered: