Disable IUnknownTest under GCStress (#85937)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 9 May 2023 16:28:55 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 16:28:55 +0000 (09:28 -0700)
Tracking: https://github.com/dotnet/runtime/issues/85234

src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj

index 55ce23f..d4964ae 100644 (file)
@@ -4,6 +4,8 @@
     <!-- Test unsupported outside of windows -->
     <CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
     <NativeAotIncompatible>true</NativeAotIncompatible>
+    <!-- Fails with HeapVerify=1. Tracking: https://github.com/dotnet/runtime/issues/85234 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="IUnknownTest.cs" />