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
Is your feature request related to a problem? Please describe.
There are typically a few flaky tests that fail when running the full testing matrix. When these fail, we have to re-run the failed jobs to make sure everything is passing.
Describe the solution you'd like
We should implement automatic retries (at least one retry) for failed tests.
Is your feature request related to a problem? Please describe.
There are typically a few flaky tests that fail when running the full testing matrix. When these fail, we have to re-run the failed jobs to make sure everything is passing.
Describe the solution you'd like
We should implement automatic retries (at least one retry) for failed tests.
This is how WordPress has implemented it:
The text was updated successfully, but these errors were encountered: