Is there a way of ignoring a specific test case without commenting it out?
Some tests are written before the implementation exists, so before commiting any code I'd like to first flag these tests to be ignored so it doesn't appal any of my colleagues.
Commenting them out results in loosing track of failing, incomplete tests.