Skip to content

Commit

Permalink
Disable ALCTest due to GC Hole (#109985)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 authored Nov 22, 2024
1 parent 4045d1b commit 35e23f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/profiler/assembly/ALCTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
runincontext loads even framework assemblies into the unloadable
context, locals in this loop prevent unloading -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- Temporarily disabled due to https://github.com/dotnet/runtime/issues/106241 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Expand Down

0 comments on commit 35e23f7

Please sign in to comment.