This is an automated email from the ASF dual-hosted git repository.
keyur pushed a commit to branch jenkins-test-fix
in repository https://gitbox.apache.org/repos/asf/usergrid.git
The following commit(s) were added to refs/heads/jenkins-test-fix by this push:
new 90dccd0 WIP - Jenkins test fix
90dccd0 is described below
commit 90dccd08d05672b1beb3d25e1eaec5bfbb59e5fb
Author: Keyur Karnik <[email protected]>
AuthorDate: Fri Sep 4 01:44:00 2020 -0700
WIP - Jenkins test fix
---
stack/services/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index f11e68e..8671b5e 100644
--- a/stack/services/pom.xml
+++ b/stack/services/pom.xml
@@ -95,7 +95,7 @@
<storage-config>${basedir}/src/test/conf</storage-config>
<target.directory>${project.build.directory}</target.directory>
</systemPropertyVariables>
- <parallel>${usergrid.it.parallel}</parallel>
+ <!--parallel>${usergrid.it.parallel}</parallel-->
<forkCount>${usergrid.it.forkCount}</forkCount>
<threadCount>${usergrid.it.threads}</threadCount>
<reuseForks>${usergrid.it.reuseForks}</reuseForks>