Skip to content

Commit 87a80d9

Browse files
steveisokSteve Pfister
and
Steve Pfister
authored
[release/6.0][wasm] Backport skipping System.Text.Json tests for aot configuration (#66366)
Partial backport of #65413 #61524 - OOM while linking `System.Text.Json.Tests` Co-authored-by: Steve Pfister <[email protected]>
1 parent 023fd99 commit 87a80d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/tests.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<!-- Exceeds VM resources in CI on compilation: https://github.com/dotnet/runtime/issues/51961 -->
2424
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests.csproj" />
2525
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.csproj" />
26+
27+
<!-- https://github.com/dotnet/runtime/issues/61524 - OOM while linking -->
28+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
2629
</ItemGroup>
2730

2831
<!-- Projects that don't support code coverage measurement. -->

0 commit comments

Comments
 (0)