Mark RuntimeEventSourceTest as GCStressIncompatible (#18911)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Mon, 16 Jul 2018 16:41:25 +0000 (09:41 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 16:41:25 +0000 (09:41 -0700)
tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj

index e8ab52b..08da1e8 100644 (file)
@@ -13,6 +13,7 @@
     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">