Skip to content

Commit

Permalink
Reenable AOT tests disabled during the net9 migration (#36636)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Nov 3, 2023
2 parents 09f5003 + 1c31b1e commit 6710347
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public GivenThatWeWantToPublishAnAotApp(ITestOutputHelper log) : base(log)
{
}

[RequiresMSBuildVersionTheory("17.8.0",Skip="https://github.com/dotnet/installer/issues/17453")]
[RequiresMSBuildVersionTheory("17.8.0")]
[MemberData(nameof(Net7Plus), MemberType = typeof(PublishTestUtils))]
public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled(string targetFramework)
{
Expand Down Expand Up @@ -108,7 +108,7 @@ public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_false(string t
}
}

[RequiresMSBuildVersionTheory("17.0.0.32901",Skip="https://github.com/dotnet/installer/issues/17453")]
[RequiresMSBuildVersionTheory("17.0.0.32901")]
[InlineData(ToolsetInfo.CurrentTargetFramework)]
public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enabled(string targetFramework)
{
Expand Down Expand Up @@ -161,7 +161,7 @@ public void NativeAot_app_runs_in_debug_with_no_config_when_PublishAot_is_enable
.Execute().Should().Pass();
}

[RequiresMSBuildVersionTheory("17.0.0.32901",Skip="https://github.com/dotnet/installer/issues/17453")]
[RequiresMSBuildVersionTheory("17.0.0.32901")]
[InlineData(ToolsetInfo.CurrentTargetFramework)]
public void NativeAot_app_runs_in_release_with_no_config_when_PublishAot_is_enabled(string targetFramework)
{
Expand Down

0 comments on commit 6710347

Please sign in to comment.