Quarantine is in beta and subject to be deprecated in the future.
The easiest way to stop a flaky test from failing pipelines is to quarantine it. This allows pipelines to continue running and passing while the test is being fixed. If a test is quarantined, it will be skipped in all environments, and across all branches, until it is unquarantined.

How to quarantine a test

Using the CLI

You can quarantine and unquarantine tests using the quarantine command in the Momentic CLI.

Momentic Cloud

To quarantine a test, navigate to the quarantine page, and click on the “quarantine test” button in the top right corner. You can then search for the test you want to skip, select it, and click “quarantine.”
To unquarantine a test, navigate to the same page, hover over the test to unquarantine, and select the “unquarantine test” option in the dropdown menu.
You can also quarantine a test directly from the run viewer, by clicking on the “quarantine test” button in the top right corner of the page.