Skip to content

Commit 2459b35

Browse files
committed
skip failing test - see #46006
1 parent aa9b2be commit 2459b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAnAotApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public GivenThatWeWantToPublishAnAotApp(ITestOutputHelper log) : base(log)
1919
{
2020
}
2121

22-
[RequiresMSBuildVersionTheory("17.12.0")]
22+
[RequiresMSBuildVersionTheory("17.12.0", Skip = "https://github.com/dotnet/sdk/issues/46006")]
2323
[MemberData(nameof(Net7Plus), MemberType = typeof(PublishTestUtils))]
2424
public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled(string targetFramework)
2525
{

0 commit comments

Comments
 (0)