I\'m making the transition from NUnit to XUnit (in C#), and I was writing some \"Integrated Tests\" (ITs) that I don\'t necessarily want the test runner to run as part of my aut
I used
#if DEBUG // Must test manually with https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer [Fact] #endif
So this is not even considered to be a test on a build server while a developer who usually builds a debug version will notice that this test fails