I am trying to skip a test, for now, using XUnit's Skip property on the Fact attribute, i.e. [Fact(Skip="reason")]. The VS Test runner correctly skips this test, but NCrunch keeps running this test regardless. Is this a bug? or a feature request? Or, am I doing something wrong?
Thanks!