Skip to content

Commit

Permalink
forgot to skip one test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaTian committed Nov 26, 2024
1 parent 00cdbad commit efab774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ public void ILLink_respects_warning_level_independently(string targetFramework)
.And.NotHaveStdOutContaining("warning IL2075");
}

[RequiresMSBuildVersionTheory("17.0.0.32901")]
[RequiresMSBuildVersionTheory("17.0.0.32901", Skip = "https://github.com/dotnet/sdk/issues/45134")]
[MemberData(nameof(Net5Plus), MemberType = typeof(PublishTestUtils))]
public void ILLink_can_treat_warnings_as_errors_independently(string targetFramework)
{
Expand Down

0 comments on commit efab774

Please sign in to comment.