We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5453951 commit 7281406Copy full SHA for 7281406
src/tests/profiler/eventpipe/eventpipe.csproj
@@ -4,6 +4,8 @@
4
<OutputType>exe</OutputType>
5
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6
<Optimize>true</Optimize>
7
+ <!-- This test is not compatible with JIT stress -->
8
+ <JitOptimizationSensitive>true</JitOptimizationSensitive>
9
<!-- This test provides no interesting scenarios for GCStress -->
10
<GCStressIncompatible>true</GCStressIncompatible>
11
<!-- The test launches a secondary process and process launch creates
0 commit comments