Comment 0 for bug 1046259

Revision history for this message
Yodan Tauber (yodan-tauber) wrote :

I have a test fixture marked with:
[TestFixture]
[Explicit, Category("SomeCategory")]

Tests in this fixture are run when the console runner specifies "SomeCategory".
The tests in this fixture CONTINUE to be run when I add [Ignore] to the class. They only stop being run when I remove the [Explicit] attribute.