summaryrefslogtreecommitdiff
path: root/tests/src/GC/Coverage
diff options
context:
space:
mode:
authorSean Gillespie <sean@swgillespie.me>2017-02-06 20:11:13 -0800
committerJan Kotas <jkotas@microsoft.com>2017-02-06 20:11:13 -0800
commitcf42bd28027e62ffff3d7f8b68a50fde1f0cdccf (patch)
treebe8b8b79b51e329eb7ad202ad7afa7f677353efc /tests/src/GC/Coverage
parent59738c718a32e600be07391540a540046f99c741 (diff)
downloadcoreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.tar.gz
coreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.tar.bz2
coreclr-cf42bd28027e62ffff3d7f8b68a50fde1f0cdccf.zip
Move GC/Coverage/delete_next_card_table to the Long GC playlist (#9376)
Diffstat (limited to 'tests/src/GC/Coverage')
-rw-r--r--tests/src/GC/Coverage/delete_next_card_table.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/GC/Coverage/delete_next_card_table.csproj b/tests/src/GC/Coverage/delete_next_card_table.csproj
index 98bd7f38e0..0c80943169 100644
--- a/tests/src/GC/Coverage/delete_next_card_table.csproj
+++ b/tests/src/GC/Coverage/delete_next_card_table.csproj
@@ -14,6 +14,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
<GCStressIncompatible>true</GCStressIncompatible>
+ <IsLongRunningGCTest>true</IsLongRunningGCTest>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -35,4 +36,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>