Skip to content

Commit 226ee03

Browse files
authored
Disable transitions test GC Stress (#109986)
1 parent b3ec8ee commit 226ee03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/profiler/transitions/transitions.csproj

Lines changed: 2 additions & 0 deletions
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)