Skip to content

Commit

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

Fix dotnet#97735
  • Loading branch information
jakobbotsch committed May 29, 2024
1 parent 3eb94d1 commit 840a50d
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 840a50d

Please sign in to comment.