What is a flaky test? A flaky test is a test that passes sometimes and fails sometimes, even though no code has changed. In other words, a flaky test is a test that’s non-deterministic. A test can be non-deterministic if either a) the test code is non-deterministic or b) the application code being tested is […]