DEV Community

Discussion on: Pros and Cons of Quarantined Tests

Collapse
 
rantene profile image
ran tene

This is how we deal with flaky tests:
blogs.dropbox.com/tech/2018/05/how...

Collapse
 
mlapierre profile image
Mark Lapierre

I like it! It's something we could do pretty easily too. We use JUnit so we could distinguish between real failures, which throw an AssertionError, and other failures, which throw some type of Exception