Skip to main content
The pass-on-retry monitor now takes a configurable minimum POR count, so a single one-off retry no longer flags a test as flaky. By default the monitor still activates as soon as one commit shows the pass-on-retry pattern. Raise the Minimum POR count to require the same test to exhibit pass-on-retry behavior on multiple distinct commits within the detection window before it is flagged. This cuts noise in CI environments that retry most failures automatically, where a single retry event isn’t a reliable flakiness signal. Read the docs to learn more.