- It still runs on every
momentic runand every CI job - Failures are reported as quarantined failures, not regular failures
- The CLI returns a non-failing exit code even if quarantined tests fail
- Runs still show up in the dashboard so you can investigate
Quarantine a test
CLI
momentic quarantine for the
full command reference.
Dashboard
Go to Quarantine in the sidebar and click Quarantine test. You can also quarantine directly from the run viewer.
Quarantine rules
Rules automate quarantine/unquarantine based on thresholds so you don’t have to intervene manually. Each rule has:- Action, quarantine or unquarantine
- Metric, pass rate, failure count, or flake rate
- Threshold, value that triggers the action
- Window, period over which the metric is evaluated

Filters
Scope a rule to specific tests or runs:- Repository
- Branch (useful for quarantining tests failing on
main) - Labels (useful for stricter rules on a subset of tests)
