diff --git a/src/mono/wasm/Wasm.Build.Tests/PInvokeTableGeneratorTests.cs b/src/mono/wasm/Wasm.Build.Tests/PInvokeTableGeneratorTests.cs index 0daa8d0984920e..638eba358b8c37 100644 --- a/src/mono/wasm/Wasm.Build.Tests/PInvokeTableGeneratorTests.cs +++ b/src/mono/wasm/Wasm.Build.Tests/PInvokeTableGeneratorTests.cs @@ -886,6 +886,7 @@ public void EnsureWasmAbiRulesAreFollowedInInterpreter(BuildArgs buildArgs, RunH EnsureWasmAbiRulesAreFollowed(buildArgs, host, id); [Theory] + [BuildAndRun(host: RunHost.Chrome, aot: true)] [BuildAndRun(host: RunHost.Chrome, aot: false)] public void UCOWithSpecialCharacters(BuildArgs buildArgs, RunHost host, string id) {