summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2018-04-02 23:04:17 -0700
committerGitHub <noreply@github.com>2018-04-02 23:04:17 -0700
commit03356bcf59b4567bfdf4070f599771b01220bd95 (patch)
tree4ecc1c26e91392f10683de22085420ae604d1ad0 /tests
parentf5cb31cdf5cce0516d2e20fe38e72bc3fcd947ae (diff)
downloadcoreclr-03356bcf59b4567bfdf4070f599771b01220bd95.tar.gz
coreclr-03356bcf59b4567bfdf4070f599771b01220bd95.tar.bz2
coreclr-03356bcf59b4567bfdf4070f599771b01220bd95.zip
Mark GcCollect test as incompatible with GcStress (#17390)
Extends changes in #17319 to cover stress tests run via the normal msbuild/xunit test harness.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj b/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj
index c3c3e545db..cd47825957 100644
--- a/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj
+++ b/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj
@@ -12,6 +12,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">