I've been using NCrunch for some time now with great success. Thanks for such a wonderful product!
One of the features I've depended on for a while is the ability to customize engine modes. I modified the default run all tests automatically mode so that it runs all tests except those marked with a particular testcategory that I have put on integration tests that I only want to run manually on occasion because they require manual setup / have side effects.
Prior to upgrading to 1.47 a few days ago, tests that were filtered out by the customized engine mode did not show up in the ncrunch tests list except possibly in the ignored count. This was great, because I normally set the ncrunch tests window to show only unexecuted and failed tests so I can see stuff in progress and things that need attention because they failed. If I add a new integration test I just put the appropriate test category attribute on it and ncrunch leaves it alone.
Since upgrading to 1.47 a few days ago, however, the tests which are filtered by the testcategory and my engine customization show up in the ncrunch tests list with status impacted, pending or something like that and the only way to get them to disappear is to explicitly go to each one and ignore it.
Is there any way to get back to something more like the old behavior? I'm guessing that the new behavior is a product of a bug fix and the old behavior was an unintended consequence of some bug, but the scenario is one that I use every day, so if there's some other way to achieve removing the noise of those integration tests from what I have to look at regularly or if there's some new setting that could be added to do the filtering I want, that would be great.
Thanks,
Danny