Skip to content

Commit

Permalink
[browser] MemoryTests.AllocateLargeHeapThenRepeatedlyInterop timing o…
Browse files Browse the repository at this point in the history
…ut - disable (#105302)
  • Loading branch information
ilonatommy authored Jul 23, 2024
1 parent 3028ee9 commit c829f9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c829f9c

Please sign in to comment.