Skip to content

Should ConditionalClass and similar attributes in XUnitExtensions filter tests out automatically? #15195

@ViktorHofer

Description

@ViktorHofer

ConditionalClass and similar attributes add a failing trait to the tests that should conditionally not run:

yield return new KeyValuePair<string, string>(XunitConstants.Category, XunitConstants.Failing);

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions