Skip to content

Commit

Permalink
Remove gcstress switch.
Browse files Browse the repository at this point in the history
The test will run with gcstress as part of the gcstress lab runs
  • Loading branch information
Fadi Hanna committed Apr 10, 2020
1 parent a26ac47 commit 5853df3
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,4 @@
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
set COMPlus_GCStress=f
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
$(BashCLRTestPreCommands)
export COMPlus_GCStress=f
]]></BashCLRTestPreCommands>
</PropertyGroup>

</Project>

0 comments on commit 5853df3

Please sign in to comment.