summaryrefslogtreecommitdiff
path: root/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj')
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
index 86a73c687a..4ca506004f 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
@@ -11,6 +11,8 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
+ <!-- This test tries to print to console from a finalizer after the static with stdout SafeHandle is finalized -->
+ <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>