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