Skip to content

Not able to skip aspnetcore testcases with Mono runtime  #48688

@ashutoshjadhav9

Description

@ashutoshjadhav9

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

We were trying to skip the aspnetcore testcases with Mono runtime using FrameworkSkipCondition attribute like below

[ConditionalFact]
[FrameworkSkipCondition(RuntimeFrameworks.Mono)]
public async Task StartupAnalyzer_AuthNoRouting()
{

}

The testcase gets skipped when we use CoreCLR in FrameworkSkipCondition attribute instead of Mono

Expected Behavior

The testcase should get skipped with Mono when used in FrameworkSkipCondition attribute

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

Linking to issue dotnet/runtime#69823

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkhelp wantedUp for grabs. We would accept a PR to help resolve this issuetask

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions