Hi,
I want to filter out "LongRunning" tests from NCrunch execution. To get that behaviour, I defined a test category "LongRunning", and setup the shared test configuration to specify that only test that don't have this category should be run:
But when NCrunch runs, even though I can see the category has been recognised, the tests are still shown as pending:
They are also showing up as pending in the Test queue view.
How can I properly ignore these tests?
Cheers,
Nico