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

src/tests/profiler/eventpipe/eventpipe.csproj

index 7a525ce..cc0888d 100644 (file)
@@ -6,6 +6,8 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <Optimize>true</Optimize>
+    <!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/39932 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />