Skip to content

Commit

Permalink
Disable GCStress for Deserialize due to 88618 (#89072)
Browse files Browse the repository at this point in the history
  • Loading branch information
markples committed Jul 18, 2023
1 parent fddb5d8 commit f1d6099
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<!-- Disabled for GCStress due to test failure tracked by https://github.com/dotnet/runtime/issues/88618 -->
<GCStressIncompatible>true</GCStressIncompatible>

<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
Expand Down

0 comments on commit f1d6099

Please sign in to comment.