Tag: flaky
-
Quick Tip: Running tests repeatedly in Xcode
Making flaky tests fail Have you ever had a flaky test in your codebase? I did. Let me tell you, it isn’t enjoyable. The main problem is (who would have thought it?) the flakiness. It fails randomly on the CI, but if you run it locally, everything seems fine. A simple “Works on my machine” sounds tempting,…