summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-03-19 23:16:26 -0700
committerGitHub <noreply@github.com>2019-03-19 23:16:26 -0700
commitc4dca1072d15bdda64c754ad1ea474b1580fa554 (patch)
treeee6f71c197f7885ed740fa5d4a65171f62e992a9
parent4bca72836811aa1b82389c50dc4f2bcae222bdc0 (diff)
downloadcoreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.tar.gz
coreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.tar.bz2
coreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.zip
Exclude GC/Collect from GCStress testing. (#23345)
-rw-r--r--tests/src/GC/API/GC/Collect.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/GC/API/GC/Collect.csproj b/tests/src/GC/API/GC/Collect.csproj
index 6a07e5527a..36a935e502 100644
--- a/tests/src/GC/API/GC/Collect.csproj
+++ b/tests/src/GC/API/GC/Collect.csproj
@@ -11,6 +11,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>