Skips this test.
method
test.Test.skip
skip(
label: string,
fn: () => void | Promise<unknown> | (done: (err?: unknown) => void) => void,
): void;
@param label
the label for the test
@param fn
the test function
@param options
the test timeout or options