Skip to content

Commit

Permalink
Do not force GCStress at all.
Browse files Browse the repository at this point in the history
It doesn't work on OSX and Alpine.
It shows random failures on Windows as well, that we do not want to see in our PR/CI outerloop testing.
  • Loading branch information
Sergey Andreenko committed Jun 14, 2019
1 parent be34133 commit 5af3a15
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
set COMPlus_GcStressOnDirectCalls=1
set COMPlus_GCStress=0xc
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
$(BashCLRTestPreCommands)
export COMPlus_GcStressOnDirectCalls=1
export COMPlus_GCStress=0xc
]]></BashCLRTestPreCommands>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 5af3a15

Please sign in to comment.