Mark the multifolder GC2 test as GC stress incompatible until fixed (#39942)
authorTomáš Rylek <trylek@microsoft.com>
Mon, 27 Jul 2020 06:58:01 +0000 (08:58 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 06:58:01 +0000 (08:58 +0200)
src/tests/readytorun/multifolder/multifolder.csproj

index 9c81a01..fc439c5 100644 (file)
@@ -2,6 +2,7 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
+    <GCStressIncompatible>true</GCStressIncompatible> <!-- https://github.com/dotnet/runtime/issues/39933 -->
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>