---
title: "Test cases skip while auto testing"
slug: "test-cases-skip-while-auto-testing"
updated: 2024-11-09T13:33:47Z
published: 2024-11-09T13:33:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test cases skip while auto testing

## Issue
You scheduled a test suite to check your Flows, but the final Auto testing report shows that many of the test cases were **Skipped**. 
![AT_Report_Test_Cases_SKipped.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/AT_Report_Test_Cases_SKipped.png){height="" width="500"}

## Probable Cause
The Auto Testing report shows test cases as **Skipped** when the test order is enabled in the test suite. If you enable the test order and a test case fails, then all the following test cases are automatically skipped during Auto testing, and the test suite stops running. 

## Suggested Solution
* It is recommended that you disable the test order for test cases in the test suite. For more information, see [Run order for test cases in test suite](/studio/docs/sequence-test-cases-for-auto-testing){target="_blank"}.
* If you do not want to disable the test order, then ensure that the failed Flow and corresponding test case are updated to fix the failed step and restart the run. However, note that if any other test case fails in the test suite during the run, then the following test cases will skip auto testing again.

## Related

- [Flow Failure Reason - Auto Step does not complete](/flow-failure-reason-auto-step-not-getting-completed.md)
- [Flow Failure Reason - Element could not be found](/flow-failure-reason-element-could-not-be-found.md)
- [Flow Failure Reason - Step not created](/flow-failure-reason-step-is-not-created-on-the-currently-opened-page.md)
- [Flow Failure Reason - Original element  missing](/flow-failure-reason-original-element-missing.md)
- [Flow Failure Reason - CSS Selector failed](/flow-failure-reason-css-selector-provided-for-the-step-failed-to-find-the-element.md)
- [Flow Failure Reason - Display rules failed](/flow-failure-reason-display-rules-failed.md)
