resharper-xunit icon indicating copy to clipboard operation
resharper-xunit copied to clipboard

Run a skipped test when selected

Open JorritSalverda opened this issue 9 years ago • 2 comments

When I specifically select a test - even a skipped one - I would expect to be able to run it. With nunit this is possible. Perhaps this isn't the plugins fault but just the difference between xunit and nunit itself.

JorritSalverda avatar Dec 02 '15 13:12 JorritSalverda

Yep, this is the behaviour of the xunit framework, not the plugin. Your code specifies the test as passing, and xunit always respects this. I don't think there's a way to work around this. @bradwilson?

citizenmatt avatar Dec 02 '15 15:12 citizenmatt

https://github.com/xunit/xunit/issues/701

bradwilson avatar Dec 02 '15 17:12 bradwilson