Skip to content

Commit

Permalink
Merge pull request #450 from sosna/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro authored Oct 26, 2021
2 parents 6f34e21 + 2946c94 commit 63cdf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ when it's OK for flaky tests to fail.
In practice, flaky tests have a tendency to creep into your codebase as the
complexity of your application grows. Flaky tests reduce developer's trust in
your codebase and negatively impacts the productivity of your team so it's
important that you a strategy for dealing with flaky test failures when then
surface.
important that you have a strategy for dealing with flaky test failures when
they surface.

One possible strategy for dealing with flaky test failures is to mark a flaky
test with `.flaky` to keep the test case running but not fail the build when the
Expand Down

0 comments on commit 63cdf60

Please sign in to comment.