Define SKIP_TEST

Define Documentation

SKIP_TEST(text)
[source]

Mark the current test as skipped and exit the test body.

The test is recorded as skipped in JUnit XML output with text as the message. Tests registered with SKIPPED_TEST are also reported as skipped.

Parameters:
  • text – Human-readable reason for skipping.