Skip to content

Commit

Permalink
disable TotalMemory2 test from gcstress runs (#65110)
Browse files Browse the repository at this point in the history
* disable TotalMemory2 test from gcstress

* Disable TM2 as well
  • Loading branch information
mangod9 authored Feb 10, 2022
1 parent 68bdfd3 commit 70b2e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/GC/API/GC/TotalMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<OutputType>Exe</OutputType>
<CLRTestExecutionArguments />
<CLRTestPriority>1</CLRTestPriority>
<!-- This test is failing under GCStress variations, so disabling it under GCStress till the issue is investigated:
Issue: https://github.com/dotnet/runtime/issues/63860
-->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
Expand Down
4 changes: 4 additions & 0 deletions src/tests/GC/API/GC/TotalMemory2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
<!-- This test is failing under GCStress variations, so disabling it under GCStress till the issue is investigated:
Issue: https://github.com/dotnet/runtime/issues/63860
-->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
Expand Down

0 comments on commit 70b2e20

Please sign in to comment.