diff --git a/content/en/tests/flaky_management/_index.md b/content/en/tests/flaky_management/_index.md index c528483eb69..3032ed544e1 100644 --- a/content/en/tests/flaky_management/_index.md +++ b/content/en/tests/flaky_management/_index.md @@ -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`.