test.skip(name?, options?, fn?): void
Shorthand for skipping a test, same as test([name], { skip: true }[, fn]).
test([name], { skip: true }[, fn])