Skip to content

Commit 2f2e9fe

Browse files
Temporarily disable Interop/COM/ComWrappers/WeakReference/WeakReferenceTest (#82054)
Disable under GCStress. Tracking: #81362
1 parent 927139c commit 2f2e9fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<!-- Registers global instances of ComWrappers -->
55
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/81362 -->
8+
<GCStressIncompatible>true</GCStressIncompatible>
79
</PropertyGroup>
810
<ItemGroup>
911
<Compile Include="WeakReferenceTest.cs" />

0 commit comments

Comments
 (0)