diff --git a/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/MemoryTests.cs b/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/MemoryTests.cs index a1f7cd8d72ce9..494a2555c47bc 100644 --- a/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/MemoryTests.cs +++ b/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/MemoryTests.cs @@ -22,6 +22,7 @@ public MemoryTests(ITestOutputHelper output, SharedBuildPerTestClassFixture buil [Theory] [InlineData("Release", true)] [InlineData("Release", false)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/105283")] public async Task AllocateLargeHeapThenRepeatedlyInterop(string config, bool buildNative) { // native build triggers passing value form EmccMaximumHeapSize to MAXIMUM_MEMORY that is set in emscripten