Skip to content

Commit

Permalink
Disable gcdump test under GCStress due to test failure (#39977)
Browse files Browse the repository at this point in the history
Issue: #39931
  • Loading branch information
BruceForstall authored Jul 27, 2020
1 parent 383295b commit ed4f336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/tracing/eventpipe/gcdump/gcdump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>0</CLRTestPriority>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/39931 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Expand Down

0 comments on commit ed4f336

Please sign in to comment.