Hi there,
Longtime user and fan of Mocha. Really nice work and thanks as always for all the amazing contributions to the Node world.
I'm running into a tricky timing bug that causes a few of my tests (just 1-2%) to fail randomly. This breaks my CI, which is cumbersome since there are many tests and we haven't optimized CI and test performance.
So for now, I'd love to be able to mark those test cases as "okay to fail". I know I can skip them, but I'd like to still run them, so I stay aware of whether (and how often) they're still failing. But, I wouldn't like Mocha to return a non-zero exit code if only those tests fail. Sort of like "warnings" rather than "failures".
Is that possible? If not, is that a feature you'd be open to adding?
Thanks!
Aseem