When using the new testRepetitionMode in Xcode a test can be automatically re-run if it fails. I've noticed that when a test is run multiple times, previous iteration errors are still reported even if the later iteration passes. In this case, the test suite run passes (since the later iteration passed), but danger still reports errors.