test-skip

[syntax] test-skip specifier

SRFI-64: adds specifier to current active skip specifier list. Before each test, each specifier in current active specifier list is applied to current test runner. If any specifier matches, then the test is skipped.

See also test-match-name, test-match-nth, test-match-any, test-match-all and test-expect-fail.