Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ place.
If a test suite can
randomly spuriously fail due to flaky tests, did the whole test suite pass or
did I just get lucky/unlucky?
- Flaky tests can randomly fail in full CI, wasting previous full CI resources.
- Flaky tests can randomly fail in full CI, wasting precious resources.

## Compiletest directives

Expand Down
Loading