We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927139c commit 2f2e9feCopy full SHA for 2f2e9fe
src/tests/Interop/COM/ComWrappers/WeakReference/WeakReferenceTest.csproj
@@ -4,6 +4,8 @@
4
<!-- Registers global instances of ComWrappers -->
5
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
+ <!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/81362 -->
8
+ <GCStressIncompatible>true</GCStressIncompatible>
9
</PropertyGroup>
10
<ItemGroup>
11
<Compile Include="WeakReferenceTest.cs" />
0 commit comments