Skip to content

Commit c829f9c

Browse files
authored
[browser] MemoryTests.AllocateLargeHeapThenRepeatedlyInterop timing out - disable (dotnet#105302)
1 parent 3028ee9 commit c829f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/MemoryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public MemoryTests(ITestOutputHelper output, SharedBuildPerTestClassFixture buil
2222
[Theory]
2323
[InlineData("Release", true)]
2424
[InlineData("Release", false)]
25+
[ActiveIssue("https://github.com/dotnet/runtime/issues/105283")]
2526
public async Task AllocateLargeHeapThenRepeatedlyInterop(string config, bool buildNative)
2627
{
2728
// native build triggers passing value form EmccMaximumHeapSize to MAXIMUM_MEMORY that is set in emscripten

0 commit comments

Comments
 (0)