If a test or feature is flaky or unstable, you can quarantine it to prevent it from failing pipelines. This allows pipelines to continue running without being affected.Once a test is quarantined, it will be skipped in all environments, and across all branches, until it is unquarantined.
Quarantine rules are a way to define thresholds past which tests are automatically quarantined or unquarantined. This allows you to easily keep your test suite running smoothly without taking manual action.