How do I skip specific tests in xUnit based on current platform
问题 I have an assembly that I've built on Windows I want to run the xUnit tests on mono in Linux. However, I have found that while 400 of these tests can run (in order), that certain tests either hang the xUnit runner, or bring it down entirely. I don't care if certain tests are not able to run on Linux, certain tests are to do with the DTC and some unmanaged gumph that we don't need to support there. What I do want however, is to apply an ignore to those tests, and have the fact that the test