Skip to content

Commit

Permalink
Created a follow up ticket, skipping affected tests to unblock mergin…
Browse files Browse the repository at this point in the history
…g for now.
  • Loading branch information
SimaTian committed Nov 26, 2024
1 parent 656e3cd commit 00cdbad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ public void ILLink_symbols_option_can_override_defaults_from_debugger_support(st
publishPdbSize.Should().Be(linkedPdbSize);
}

[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(string targetFramework)
{
Expand All @@ -1508,7 +1508,7 @@ public void ILLink_can_treat_warnings_as_errors(string targetFramework)
.And.HaveStdOutContaining("warning IL2026");
}

[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_not_as_errors(string targetFramework)
{
Expand Down

0 comments on commit 00cdbad

Please sign in to comment.