Remove workaround for the nano-tests target
natemcmaster opened this issue · 0 comments
natemcmaster commented
At the time we ported to VS 2017, dotnet-test and xunit.runner.visualstudio didn't support filtering on traits, which we needed to run a subset of tests on Nano Server. The workaround was to use the dotnet-test-xunit runner instead. We should remove this since dotnet-test-xunit will likely go away in favor of dotnet-xunit or xunit.runner.visualstudio.
I haven't verified this, but I believe an update to xunit.runner.visualstudio will provide the ability to filter on xunit traits.