Skip to content

Commit 35e23f7

Browse files
authored
Disable ALCTest due to GC Hole (#109985)
1 parent 4045d1b commit 35e23f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/profiler/assembly/ALCTest.csproj

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

0 commit comments

Comments
 (0)