summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj')
-rw-r--r--tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj b/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj
index 5b221edb1a..1938baaa01 100644
--- a/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj
+++ b/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj
@@ -12,6 +12,10 @@
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>/size:10 /pos:0</CLRTestExecutionArguments>
<GCStressIncompatible>true</GCStressIncompatible>
+
+ <!-- Test unsupported outside of windows -->
+ <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
+ <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">