Doesn't seem to work on a UWP test project
Closed this issue · 1 comments
thnk2wn commented
In a UWP app, a unit test marked with [SkippableTest] results in Test Explorer not being able to discover it and therefore never run it / evaluate the skip condition.
Running all the tests I do see a warning in the output:
Test adapter sent back a result for an unknown test case. Ignoring result for 'MyTestNameHere'.
AArnott commented