Repository: incubator-atlas
Updated Branches:
  refs/heads/master 1decc7316 -> 2fd87e2a3


Disable Forks while running ITs


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/2fd87e2a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/2fd87e2a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/2fd87e2a

Branch: refs/heads/master
Commit: 2fd87e2a3acdb2c86040c893872bdb2a54ee512b
Parents: 1decc73
Author: apoorvnaik <[email protected]>
Authored: Wed May 10 14:15:59 2017 -0700
Committer: apoorvnaik <[email protected]>
Committed: Wed May 10 14:16:44 2017 -0700

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2fd87e2a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39f3099..cc8c94f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to