this is in old view but not newIts useful when I have a test suite (in my case rspec) with flaky tests (tests that fail sometimes but not always when run on CI)it lets me identify and prioritize which tests are the most flakyit lets me (through multiple runs) have confidence that even a red test suite is only failing due to flaky tests (if none fail every time)
CCI-I-1499