Skip to content

Commit

Permalink
Mark b311420 test GC Stress incompatible on all platforms (dotnet#72444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jul 20, 2022
1 parent 8b4a374 commit aa91495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- NOTE: this test simply takes too long to complete under GC stress; it is not fundamentally incompatible -->
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'x86'">true</GCStressIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit aa91495

Please sign in to comment.