Daily Usage Issues

"Show Ignored Tests" issue

Started by agiro on 6,976 views

I'm deselecting "Show Ignored Tests" but Ignored Tests are still visible on NCrunch window.
"Show Passing Tests" toggle works fine.
I'm using NCrunch 3.6.0.2 for Visual Studio 2017

[img=(- BROKEN LINK -)]show ignored tests[/img]

Thanks!
Alessandro
Hi Alessandro,

Thanks for sharing this problem.

I'm aware of an issue right now where the filters seem to desynchronise sometimes when changing solutions. Did you swap solutions during the same VS session? Does the issue still exist for you after a restart?
Hi Remco,

usually I'm using several VS instances, one per solution, but the issue is reproducible with a single VS session as well.
The issue still exists after a restart.

Thanks
Alessandro
Does turning the filter on/off make any difference?

Are the tests 'pinned' to the Tests Window?
Turning the filter on/off doesn't make any difference but the issue is related to pinned tests.
Basically if a test is "pinned" it ignores the filter. Unpinning the tests it works perfectly. Thanks!

agiro wrote:Turning the filter on/off doesn't make any difference but the issue is related to pinned tests.
Basically if a test is "pinned" it ignores the filter. Unpinning the tests it works perfectly. Thanks!



Got it, thanks! This is by design. When a test is 'pinned', it is always visible regardless of the filters. The idea behind the pinning of tests was that in some situations it was useful to be able to see a test's results by selecting the test in a context menu (i.e. by right-clicking on one of the coverage markers). If the test was subject to filters, there was no way to show it in the Tests Window without turning all of the filters off.

Post a reply

Log in to reply.