When flaky or stale tests (types 2 and 3) fail repeatedly, they create “test failure noise.” This is dangerous because the high failure count can hide true bugs (type 1), allowing them to be missed.Your goal is to quarantine the “noisy” tests so you can focus on the real bugs.
To quarantine a test, you simply move it from the “Run” state back to the “Draft” state. Schedulers are configured to ignore any test in “Draft.”
From the test list, select the test you want to quarantine.
This will open the test’s detail page. On the left of the screen, locate the Status section.
Click the toggle to move it from “Run” to “Draft”.
The test is now quarantined. It will be skipped by all scheduled runs, immediately cleaning up your test reports. You can now fix the test in your own time and re-publish it by toggling it back to “Run.”