Skip to content

Commit

Permalink
Disable IUnknownTest under GCStress (#85937)
Browse files Browse the repository at this point in the history
Tracking: #85234
  • Loading branch information
BruceForstall authored May 9, 2023
1 parent 58a1365 commit ab98c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit ab98c9b

Please sign in to comment.