From 87a80d9c2b74ae876a05c18ea17051c50dbf49b7 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 10 Mar 2022 13:05:45 -0500 Subject: [release/6.0][wasm] Backport skipping System.Text.Json tests for aot configuration (#66366) Partial backport of https://github.com/dotnet/runtime/pull/65413 https://github.com/dotnet/runtime/issues/61524 - OOM while linking `System.Text.Json.Tests` Co-authored-by: Steve Pfister --- src/libraries/tests.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 4bc38839986..d23edef411c 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -23,6 +23,9 @@ + + + -- cgit v1.2.3