diff options
author | jashoo <jashoo@microsoft.com> | 2016-06-29 10:32:41 -0700 |
---|---|---|
committer | jashoo <jashoo@microsoft.com> | 2016-06-29 10:32:41 -0700 |
commit | b624185b05169aac2b6e60ab0e4b01e4e82e9d86 (patch) | |
tree | 86039163a030fdc0d7f5537339a3ded94b3525fb /tests/src/managed | |
parent | bf325ae4ab002048b5049c3dc4cc4598a79e535c (diff) | |
download | coreclr-b624185b05169aac2b6e60ab0e4b01e4e82e9d86.tar.gz coreclr-b624185b05169aac2b6e60ab0e4b01e4e82e9d86.tar.bz2 coreclr-b624185b05169aac2b6e60ab0e4b01e4e82e9d86.zip |
Disable tests that timeout under gcstress
After increasing the timeout time for gcstress, these tests continue to fail
due to timeouts. To get the gcstress legs green and keep them within a manageable
amount of time they will be disabled.
Diffstat (limited to 'tests/src/managed')
-rw-r--r-- | tests/src/managed/Compilation/Compilation.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/managed/Compilation/Compilation.csproj b/tests/src/managed/Compilation/Compilation.csproj index e78cf66cb4..dd35b72e4a 100644 --- a/tests/src/managed/Compilation/Compilation.csproj +++ b/tests/src/managed/Compilation/Compilation.csproj @@ -16,6 +16,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <DefineConstants>$(DefineConstants);STATIC</DefineConstants> + <GCStressIncompatible>true</GCStressIncompatible> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |