Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2022-03-10 21:22:29 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2022-03-10 21:22:29 +0300
commite55f6099192a16a76099ca26623d1c773b02affd (patch)
treed9c5e8c7c0328ecdbe77c73daa40cb78f863a76e
parent828088b85541adf0243f8dda20ae3b7620aa2a9a (diff)
parent87a80d9c2b74ae876a05c18ea17051c50dbf49b7 (diff)
Merge in 'release/6.0' changes
-rw-r--r--src/libraries/tests.proj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj
index 4bc38839986..d23edef411c 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -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. -->