From 20ca966b59c96ddbc8ce6b2c6f415d9c93f2c49a Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 6 Jun 2023 23:48:32 -0400 Subject: [PATCH] [wasm] Disable System.Text.Json/AOT tests (#87157) - this was disabled earlier from highresource_aot builds, but that had a side-effect of enabling them for regular aot builds. Issue: https://github.com/dotnet/runtime/issues/86164 --- src/libraries/tests.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index d8eff6c..82796c1 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -69,6 +69,9 @@ + + + -- 2.7.4