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