ConditionalClass and similar attributes add a `failing` trait to the tests that should conditionally not run: https://github.com/dotnet/arcade/blob/1ccd352f12e845d89e5b5a9b800e2be88f8a6d98/src/Microsoft.DotNet.XUnitExtensions/src/Discoverers/ConditionalClassDiscoverer.cs#L30 It might make sense to automatically filter those out without relying on the test settings to exclude the `failing` trait (i.e. in a .runsettings file).