WordPress-iOS icon indicating copy to clipboard operation
WordPress-iOS copied to clipboard

Address flaky UI tests

Open staskus opened this issue 1 year ago • 1 comments

Description

Flaky tests require retries to make the test suite pass minimizing their value and wasting time.

image

Proposed solution

  1. Check Buildkite for flaky tests
  2. Go through the flaky tests in the code
  3. Identify the importance of the test and reasons for failure
  4. Choose either to delete or rewrite the flaky test depending on the importance of the test and the difficulty in fixing it

More context: pcdRpT-371-p2

staskus avatar Jul 03 '23 08:07 staskus