Skip to content

Commit 6710347

Browse files
authored
Reenable AOT tests disabled during the net9 migration (#36636)
2 parents 09f5003 + 1c31b1e commit 6710347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public GivenThatWeWantToPublishAnAotApp(ITestOutputHelper log) : base(log)
1919
{
2020
}
2121

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

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

164-
[RequiresMSBuildVersionTheory("17.0.0.32901",Skip="https://github.com/dotnet/installer/issues/17453")]
164+
[RequiresMSBuildVersionTheory("17.0.0.32901")]
165165
[InlineData(ToolsetInfo.CurrentTargetFramework)]
166166
public void NativeAot_app_runs_in_release_with_no_config_when_PublishAot_is_enabled(string targetFramework)
167167
{

0 commit comments

Comments
 (0)