[wasm] Disable System.Text.Json/AOT tests (#87157)
authorAnkit Jain <radical@gmail.com>
Wed, 7 Jun 2023 03:48:32 +0000 (23:48 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 03:48:32 +0000 (23:48 -0400)
- 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

index d8eff6c..82796c1 100644 (file)
@@ -69,6 +69,9 @@
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\UnitTests\System.Text.RegularExpressions.Unit.Tests.csproj" />
     <!-- Normally run with HighAOT, but disabling there, and for AOT - https://github.com/dotnet/runtime/issues/71848 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
+
+    <!-- Normally run with HighAOT, but disabling there, and for AOT - https://github.com/dotnet/runtime/issues/86164 -->
+    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
   </ItemGroup>
 
   <!-- Projects that don't support code coverage measurement. -->