summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-01-25 12:21:09 -0800
committerGitHub <noreply@github.com>2019-01-25 12:21:09 -0800
commit01bb02a90f8a42689416a9064233469b62360555 (patch)
tree321eafd8ea4aa0b6243d57204b78eb369ebeb0a0
parentf487d60b8d48ecbb4e61cfb158038addcd486b0b (diff)
downloadcoreclr-01bb02a90f8a42689416a9064233469b62360555.tar.gz
coreclr-01bb02a90f8a42689416a9064233469b62360555.tar.bz2
coreclr-01bb02a90f8a42689416a9064233469b62360555.zip
this test should not be run under gcstress (#22214)
-rw-r--r--tests/src/GC/API/GC/Collect1.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/GC/API/GC/Collect1.csproj b/tests/src/GC/API/GC/Collect1.csproj
index eab80cd651..a45c25b13a 100644
--- a/tests/src/GC/API/GC/Collect1.csproj
+++ b/tests/src/GC/API/GC/Collect1.csproj
@@ -27,6 +27,7 @@
<DebugType>PdbOnly</DebugType>
<NoLogo>True</NoLogo>
<DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="Collect1.cs" />