Hiding/removing flaky tests from branches

Hi, we’ve just started outputting our test results in XML and storing them, and are finding CircleCI Insights very useful for identifying a couple of flaky tests.

Yesterday I created a branch to bump some Ruby dependencies, which caused a lot of failures. I fixed those failures and the branch has been merged, but we’re now seeing 9 pages of flaky tests with 1 times flaked. These aren’t really flaky tests because they were introduced by a change :person_shrugging:.

Will these drop off the flaky list in time, or is there a way to exclude that run (or branch)?

Thanks!

3 Likes