Skip to main content
Manage quarantined tests for the current project. Quarantined tests still run by default but their results do not affect pipeline success; see run --skip-quarantined for opt-out behavior.

add

Quarantine a test so it stops impacting pipeline status.

Arguments

string
Name or path of the test to quarantine. Omit to pick interactively.

Options

string
Free-form reason shown alongside the test in the Momentic dashboard.

list

List every currently quarantined test in the project.

remove

Unquarantine a test so its result counts again.

Arguments

string
Name or path of the test to unquarantine. Omit to pick interactively.

Options

string
Optional reason recorded alongside the change.

Examples

Quarantine a flaky test with a reason:
List quarantined tests: