summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2018-04-09 10:02:51 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-04-09 10:02:51 -0700
commit1d9b711b5f15de65f580924368d53e0bbe2ca8b7 (patch)
tree03716a25a0e26021bcbea84929abafedc9da0099 /tests/src/CoreMangLib/cti/system
parent808a48c264cf33ff4939309db021f2a570f3fc1f (diff)
downloadcoreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.tar.gz
coreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.tar.bz2
coreclr-1d9b711b5f15de65f580924368d53e0bbe2ca8b7.zip
Disable some tests under GCStress where they take too long to complete (#17437)
* Disable some tests under GCStress where they take too long to complete https://github.com/dotnet/coreclr/issues/15309
Diffstat (limited to 'tests/src/CoreMangLib/cti/system')
-rw-r--r--tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj
index 136e86679a..172831fff7 100644
--- a/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj
+++ b/tests/src/CoreMangLib/cti/system/array/ArraySort3.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' ">