diff options
author | Sergey Andreenko <seandree@microsoft.com> | 2019-03-19 23:16:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 23:16:26 -0700 |
commit | c4dca1072d15bdda64c754ad1ea474b1580fa554 (patch) | |
tree | ee6f71c197f7885ed740fa5d4a65171f62e992a9 /tests | |
parent | 4bca72836811aa1b82389c50dc4f2bcae222bdc0 (diff) | |
download | coreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.tar.gz coreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.tar.bz2 coreclr-c4dca1072d15bdda64c754ad1ea474b1580fa554.zip |
Exclude GC/Collect from GCStress testing. (#23345)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/GC/API/GC/Collect.csproj | 1 |
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> |