Skip to content

Commit

Permalink
[browser] Disable AOT Hybrid Globalization wbt (#94221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy committed Oct 31, 2023
1 parent 41e4d65 commit ac95ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/wasm/Wasm.Build.Tests/HybridGlobalizationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public HybridGlobalizationTests(ITestOutputHelper output, SharedBuildPerTestClas
.WithRunHosts(host)
.UnwrapItemsAsArrays();

[ActiveIssue("https://github.com/dotnet/runtime/issues/94212")]
[Theory]
[MemberData(nameof(HybridGlobalizationTestData), parameters: new object[] { /*aot*/ false, RunHost.All })]
[MemberData(nameof(HybridGlobalizationTestData), parameters: new object[] { /*aot*/ true, RunHost.All })]
Expand Down

0 comments on commit ac95ec9

Please sign in to comment.