
Flake it till you make it - how to handle flaky tests
The Stack Overflow Podcast
00:00
Test Case Flakiness
Test cases tend to be more flaky when they take up more memory or when they run for a longer period of time. When test suites are running to programs that use asynchronous code, in all of those situations, test cases are more likely to become flaky. The other thing that we found is that oftentimes when a test case is flaky, it could actually be pointing to a more serious issue in the program under test.
Transcript
Play full episode