If you’ve added skip to your Fact in XUnit and it’s still trying to run it, make sure you have added a reason or description for the skip.
[Fact (Skip = "specific reason")]
Simply adding Skip is not enough.
Exploration of Information, Communication and Technology
If you’ve added skip to your Fact in XUnit and it’s still trying to run it, make sure you have added a reason or description for the skip.
[Fact (Skip = "specific reason")]
Simply adding Skip is not enough.