What are Flaky Tests
A flaky test is an automated test that passes and fails intermittently against the same build. That means they may pass or fail across multiple test runs on the same build, but it is difficult to reproduce the failure. Flaky tests often occur when the test case is dependent on external factors that are out…