---
title: XCTSkip
framework: xctest
role: symbol
role_heading: Macro
path: xctest/xctskip-c.macro
---

# XCTSkip

Throws an exception that causes the test runner to cease executing the current test and mark the test skipped.

## Declaration

```occ
#define XCTSkip(...)
```

## See Also

### Methods for Skipping Tests

- [XCTSkipIf](xctest/xctskipif.md)
- [XCTSkipUnless](xctest/xctskipunless.md)
