Description
Retries failed Minitest tests to help diagnose intermittent failures. It is useful when a team needs evidence about flaky behavior while working toward a real fix.
Retries can hide broken tests if used as a permanent solution. Track flaky cases, keep retry counts low, and fix timing, isolation, or external dependency problems.