Skip to content

Commit

Permalink
Fix GCStress disabling of ParallelCrashTester (dotnet#99412)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored Mar 8, 2024
1 parent 782987e commit d701773
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
<!-- Needed for GCStressIncompatible -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/80356 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
Expand Down

0 comments on commit d701773

Please sign in to comment.