Migrated to xUnit v3 and was pleasantly surprised that it now supports a Skip.If or Skip.Unless method.
That means that xUnit.SkippableFact is no longer needed, saves another Nuget package.
Also love that fact that xUnit randomizes tests so that your tests don't depend on any ordering.
#xunit