Documentation Index
Fetch the complete documentation index at: https://docs.spurtest.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Snoozing a test temporarily pauses it from running. This page explains what happens to your runs when a test is snoozed. For how to snooze or unsnooze a test, see Snooze Tests.What Happens to Scheduled Runs
When a test is snoozed, it is automatically skipped across all automated run contexts for the duration of the snooze period:- Scheduled test plans — the snoozed test is excluded from every scheduled execution
- CI/CD pipeline runs — the test is skipped when your pipeline triggers a test plan
- Suite runs — the test does not execute when the full suite is run

What Happens in Manual Runs
Snoozing behaves differently depending on how you trigger the run:| Run type | Snoozed test behaviour |
|---|---|
| Run the full suite | Snoozed test is skipped |
| Run the specific test individually | Test runs as normal |
| Test plan run | Snoozed test is skipped |
| CI/CD triggered run | Snoozed test is skipped |
