This is a followup from #24576.
In CI, I would like to stop after a single test has been retried until a full failure. Right now, this is not possible, as --max-failures counts tests that have been retried successfully.
This is important for velocity and cost-saving measures.
This is a followup from #24576.
In CI, I would like to stop after a single test has been retried until a full failure. Right now, this is not possible, as
--max-failurescounts tests that have been retried successfully.This is important for velocity and cost-saving measures.