Past discussion: #434
Would a PR adding the ability to skip tests be a welcome change? On a custom fork of TinyMCE we're modifying the functionality and as such certain tests are failing. We want to keep the tests in the codebase and are currently forced to comment them out. Having the ability to skip tests would be the best solution in this case.
The syntax would be test.skip(func...).
I'll gladly make a PR for this, just looking for approval before I start working.