Skip to content

Commit fff6a50

Browse files
authored
Mark GCBridge test as GC-stress incompatible (#117386)
1 parent 513ff1a commit fff6a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/Interop/GCBridge/BridgeTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Needed for CLRTestTargetUnsupported, CMakeProjectReference, GC.WaitForPendingFinalizers -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
6+
<GCStressIncompatible>true</GCStressIncompatible>
67
<!-- Support for native aot not yet implemented -->
78
<NativeAotIncompatible>true</NativeAotIncompatible>
89
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)