this test should not be run under gcstress (dotnet/coreclr#22214)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 25 Jan 2019 20:21:09 +0000 (12:21 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Jan 2019 20:21:09 +0000 (12:21 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/01bb02a90f8a42689416a9064233469b62360555

src/coreclr/tests/src/GC/API/GC/Collect1.csproj

index eab80cd..a45c25b 100644 (file)
@@ -27,6 +27,7 @@
     <DebugType>PdbOnly</DebugType>
     <NoLogo>True</NoLogo>
     <DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect1.cs" />