Disable gcdump test under GCStress due to test failure (#39977)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 27 Jul 2020 23:32:36 +0000 (16:32 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 23:32:36 +0000 (16:32 -0700)
Issue: https://github.com/dotnet/runtime/issues/39931

src/tests/tracing/eventpipe/gcdump/gcdump.csproj

index a1915b1..676d812 100644 (file)
@@ -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" />