Skip to content

Commit

Permalink
Disable 2 tracing tests under GCStress (dotnet#38525)
Browse files Browse the repository at this point in the history
Tracking: dotnet#38524
  • Loading branch information
BruceForstall authored Jun 29, 2020
1 parent 831634c commit 044a710
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
<CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/38524 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
<ProjectReference Include="../common/common.csproj" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
<CLRTestPriority>0</CLRTestPriority>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/38524 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
<ProjectReference Include="../common/common.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 044a710

Please sign in to comment.