Remove gcstress switch.
authorFadi Hanna <fadim@microsoft.com>
Fri, 10 Apr 2020 19:39:49 +0000 (12:39 -0700)
committerFadi Hanna <fadim@microsoft.com>
Fri, 10 Apr 2020 19:39:49 +0000 (12:39 -0700)
The test will run with gcstress as part of the gcstress lab runs

src/coreclr/tests/src/GC/Regressions/Github/runtime_32848/runtime_32848.csproj

index c789643..9732b0b 100644 (file)
@@ -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>