Skip to content

Commit 7281406

Browse files
authored
Disable tests/profiler/eventpipe/eventpipe on JIT stress runs (#66473)
1 parent 5453951 commit 7281406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/profiler/eventpipe/eventpipe.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>exe</OutputType>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<Optimize>true</Optimize>
7+
<!-- This test is not compatible with JIT stress -->
8+
<JitOptimizationSensitive>true</JitOptimizationSensitive>
79
<!-- This test provides no interesting scenarios for GCStress -->
810
<GCStressIncompatible>true</GCStressIncompatible>
911
<!-- The test launches a secondary process and process launch creates

0 commit comments

Comments
 (0)