Skip to content

Commit 730c47f

Browse files
authored
Apply suggestions from code review
1 parent cb61e93 commit 730c47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/continuous_integration/guides/flaky_test_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ If a flaky test has not failed in the past 30 days, it is automatically removed
4040

4141
### Ignore new flaky tests detected by mistake
4242

43-
You can ignore new flaky tests detected for a certain commit if you consider those flaky tests were detected by mistake. The tests will reappear if the commit exhibits Flakiness again.
43+
You can ignore new flaky tests for a particular commit if you determine that those flaky tests were detected by mistake. The tests reappear if the commit exhibits flakiness again.
4444

45-
1. Click on the **New Flaky** number and then click on the **Ignore flaky tests** action.
45+
Click on the **New Flaky** number and then click **Ignore flaky tests**.
4646

4747
{{< img src="ci/ignore-new-flaky-tests.png" alt="Ignore all new flaky tests for a commit" style="width:100%;">}}
4848

0 commit comments

Comments
 (0)