[wasm] Disable System.Text.Json AOT tests due to crashes (#87079)
authorAnkit Jain <radical@gmail.com>
Sat, 3 Jun 2023 00:03:49 +0000 (20:03 -0400)
committerGitHub <noreply@github.com>
Sat, 3 Jun 2023 00:03:49 +0000 (20:03 -0400)
V8, and chrome crash currently when running the tests.

Issue: https://github.com/dotnet/runtime/issues/86164

src/libraries/tests.proj

index 7676f29..d8eff6c 100644 (file)
@@ -33,7 +33,8 @@
     <HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
 
     <!-- https://github.com/dotnet/runtime/issues/61524 - OOM while linking -->
-    <HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
+    <!-- Disabled due to crash - https://github.com/dotnet/runtime/issues/86164 -->
+    <!--<HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />-->
   </ItemGroup>
 
   <!-- Samples which are too complex for CI -->