Skip to content

Commit f95b02e

Browse files
authored
Disable profiler multiple test against JIT and GC stress runs (#68501)
1 parent 59bbb1f commit f95b02e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/profiler/multiple/multiple.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<CLRTestKind>BuildAndRun</CLRTestKind>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<CLRTestPriority>0</CLRTestPriority>
8+
<!-- this test provides no value for JITStress -->
9+
<JitOptimizationSensitive>true</JitOptimizationSensitive>
10+
<!-- This test provides no value for GCStress -->
11+
<GCStressIncompatible>true</GCStressIncompatible>
812
</PropertyGroup>
913
<ItemGroup>
1014
<Compile Include="$(MSBuildProjectName).cs" />

0 commit comments

Comments
 (0)