Problem: We have a flaky test that keeps breaking our CI build


Problem: We have a flaky test that keeps breaking our CI build.

Solution: Don't repeatedly the CI build hoping a flaky test will pass.

Instead:
1. Mark it as test.fixme (Playwright) or it.skip (Cypress)
2. Open a ticket to fix the flaky (and now disabled) test.

View original on X