Skip to content

Commit

Permalink
Disable binder tracing test under jitstress (#102842)
Browse files Browse the repository at this point in the history
This test routinely times out under jitstress.

Fix #97735
  • Loading branch information
jakobbotsch authored May 31, 2024
1 parent e9cd3f1 commit 2280972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/Loader/binding/tracing/BinderTracingTest.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<NativeAotIncompatible>true</NativeAotIncompatible>
<!-- Tracing tests routinely time out with gcstress -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- And they also time out with jitstress modes -->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
</PropertyGroup>
<ItemGroup>
<Compile Include="BinderTracingTest.cs" />
Expand Down

0 comments on commit 2280972

Please sign in to comment.