Skip to content

Commit

Permalink
Disable eventsourceerror for GCStress due to test failure (dotnet#38516)
Browse files Browse the repository at this point in the history
Tracked by dotnet#35884
  • Loading branch information
BruceForstall committed Jun 28, 2020
1 parent 8b92fcd commit 4ef07c2
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 @@
<OutputType>exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/35884 -->
<GCStressIncompatible>true</GCStressIncompatible>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
Expand Down

0 comments on commit 4ef07c2

Please sign in to comment.