On this page

    M

    test.skip

    History
    test.skip(name?, options?, fn?): void

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