Skip to main content
Quarantine and unquarantine tests

add

Quarantine a test so that it is skipped in all pipelines.
npx momentic quarantine add [options] <test>

Arguments

<test>
string
The test to quarantine. If not specified, you will be prompted to select one interactively.

Options

--reason <reason>
string
The reason for quarantining the test. This is displayed in the Momentic dashboard to help with debugging.

list

List quarantined tests.
npx momentic quarantine list

remove

Unquarantine a test so that it is no longer skipped in pipelines.
npx momentic quarantine remove [options] <test>

Arguments

<test>
string
The test to unquarantine. If not specified, you will be prompted to select one interactively.

Options

--reason <reason>
string
The reason for unquarantining the test. This is optional, but can be useful for record-keeping purposes.