Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 31, 2024
1 parent a8ccca6 commit d848dd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog/modules/ROOT/pages/4-flaky-tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ unhelpful when you are dealing with flaky tests.

### Preventing Flaky Tests From Being Introduced Is Hard

It can be tempting to try and "https://en.wikipedia.org/wiki/Shift-left_testing[Shift Left]"
your flaky test management, to try and catch them before they end up landing in your codebase.
But doing so ends up being surprisingly difficult.

Consider the example we used earlier: 10,000 tests, with 1% of them flaky, each failing 1% of
the time.

Expand Down

0 comments on commit d848dd0

Please sign in to comment.