Skip to content

Commit df6db4a

Browse files
mdh1418eduardo-vp
authored andcommitted
Disable transitions test GC Stress (dotnet#109986)
1 parent 8e344cf commit df6db4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/profiler/transitions/transitions.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
runincontext loads even framework assemblies into the unloadable
99
context, locals in this loop prevent unloading -->
1010
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
11+
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/106243 -->
12+
<GCStressIncompatible>true</GCStressIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)