-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issuetask
Milestone
Description
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
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issuetask