Commit 2fd87e2a by apoorvnaik

Disable Forks while running ITs

parent 1decc731
......@@ -1848,7 +1848,8 @@
</argLine>
<skip>${skipITs}</skip>
<reuseForks>false</reuseForks>
<forkCount>2C</forkCount>
<!-- Don't fork the IT until there's sandbox capability for IT env -->
<forkCount>0</forkCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
<executions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment