Skip to content

Commit

Permalink
Disable Interop\COM\Dynamic\Dynamic under GCStress (#39585)
Browse files Browse the repository at this point in the history
Issue: #39584
  • Loading branch information
BruceForstall authored Jul 18, 2020
1 parent ad325b0 commit 16830d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/Interop/COM/Dynamic/Dynamic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
<!-- This test would require the runincontext.exe to include App.manifest describing the COM interfaces -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- This test is very slow under some GCStress variations, especially with COMPlus_HeapVerify=1, so disable it under GCStress to avoid test timeouts in the CI.
Issue: https://github.com/dotnet/runtime/issues/39584
-->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="BasicTest.cs" />
Expand Down

0 comments on commit 16830d1

Please sign in to comment.