visualstudio.xunit
visualstudio.xunit copied to clipboard
MemberData tests are sometimes being skipped in VS Test Runner
The frequency appears to be random.
I choose to run all tests under a folder:
The tests will run and complete, with the exception of some. The only thing they have in common is that they use MemberData.
If I perform the same steps a second time, all the tests complete, even the MemberData
tests.