Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: the references to nose testing tool is outdated as the community switched to pytest for testing. See development guide.

Table of Contents


This page is to provide some tips and tricks for fixing flaky tests. Flaky tests are defined as tests that fail intermittently on CI builds and they may indicate stability problems or improper handling of edge cases.

...