Loop a single test to reproduce flakiness locally.
Section: CI and Flaky Tests
Re-run a failing test repeatedly
bash
bash
while pytest tests/test_jobs.py::test_sync_worker; do :; doneLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing CI and Flaky Tests