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
3 changes: 2 additions & 1 deletion content/en/tests/flaky_management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ After you fix a flaky test, it can take time for the fix to propagate to all bra

A 14-day grace period applies to every flaky test with a successful fix after using the [remediation flow](#confirm-fixes-for-flaky-tests). During this period, Datadog checks if the commit where the test run contains the fix:
- If the fix is not present in the commit and the test was **Active** or **Quarantined**, Datadog treats the test as **Quarantined**.
- If the test was **Disabled**, Datadog treats the test as **Disabled**.
- If the fix is not present in the commit and the test was **Disabled**, Datadog treats the test as **Disabled**.
- If the fix is present in the commit, Datadog treats the test as healthy regardless of its previous status.
This method avoids unnecessary CI failures and saves developer time.

If a test inside the grace period flakes and the commit doesn't contain the fix, Datadog tags the test run event with `@test.test_management.flaky_fix_missing:true`.
Expand Down
Loading