Skip to content

Commit

Permalink
Disable stackoverflowtester under gcstress (#50617)
Browse files Browse the repository at this point in the history
This test currently fails under many gcstress legs.

Tracking issue: #46279
  • Loading branch information
BruceForstall committed Apr 2, 2021
1 parent ae4cd12 commit 7d533ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<Optimize>false</Optimize>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<!-- Fails in many GCStress jobs. https://github.com/dotnet/runtime/issues/46279 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="stackoverflowtester.cs" />
Expand Down

0 comments on commit 7d533ab

Please sign in to comment.