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 59bbb1f commit f95b02eCopy full SHA for f95b02e
src/tests/profiler/multiple/multiple.csproj
@@ -5,6 +5,10 @@
5
<CLRTestKind>BuildAndRun</CLRTestKind>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<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>
12
</PropertyGroup>
13
<ItemGroup>
14
<Compile Include="$(MSBuildProjectName).cs" />
0 commit comments