[release/6.0][wasm] Backport skipping System.Text.Json tests for aot configuration...
authorSteve Pfister <steveisok@users.noreply.github.com>
Thu, 10 Mar 2022 18:05:45 +0000 (13:05 -0500)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 18:05:45 +0000 (10:05 -0800)
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 <steve.pfister@microsoft.com>
src/libraries/tests.proj

index 4bc3883..d23edef 100644 (file)
@@ -23,6 +23,9 @@
     <!-- Exceeds VM resources in CI on compilation: https://github.com/dotnet/runtime/issues/51961 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.csproj" />
+  
+    <!-- https://github.com/dotnet/runtime/issues/61524 - OOM while linking -->
+    <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. -->