DEV Community

Discussion on: Pros and Cons of Quarantined Tests

Collapse
 
mlapierre profile image
Mark Lapierre

Yeah, I hate those tests too. Fortunately, we don't have too many of those anymore and we typically fix them quickly.

Most of our quarantined tests are legitimate failures, but the bug is a low priority. Honestly, I'd prefer not to run the test at all until the bug is fixed since we know it's going to fail. But this way we get some measure of part of our technical debt.