How can individual unit tests be temporarily disabled when using the unittest module in Python?
unittest
The docs for 2.1 don't specify an ignore or skip method.
Usually though, I block comment when needed.