I got a question from a colleague who was used to MSTest and now was switching to XUnit.
For tests that were not implemented yet, he was using the Assert.Inconclusive method in MSTest but he couldn't find a similar Assert method for XUnit.
I typically use the 'Skip' property for this in XUnit: