Skip to content

Commit

Permalink
[release/6.0][wasm] Backport skipping System.Text.Json tests for aot …
Browse files Browse the repository at this point in the history
…configuration

Partial backport of dotnet#65413

dotnet#61524 - OOM while linking `System.Text.Json.Tests`
  • Loading branch information
Steve Pfister committed Mar 8, 2022
1 parent b60aa54 commit 81e3c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down

0 comments on commit 81e3c86

Please sign in to comment.