aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-07-27 17:49:18 +0200
committersebdet <sebastien.determe@intl.att.com>2020-07-29 10:33:21 +0200
commitd6f441375ba214ad849c370798a7fdc3d6ff5bc6 (patch)
tree6d4b527b952d2a9102f881e9436d95d89ae8015e /pom.xml
parent083e5a2aefd76bb1fc25bcb5528b7288b059c1c2 (diff)
Attempt to fix the verify job problem
Remove the parallel execution of the Integration tests Issue-ID: CLAMP-899 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia4d60941821f1e5363d5ba5e734a0d9a5ec9186d
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 245bae022..6eb411a29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,8 +914,8 @@
<includes>
<include>**/*ItCase.java</include>
</includes>
- <forkCount>1C</forkCount>
- <reuseForks>false</reuseForks>
+ <forkCount>1</forkCount>
+ <reuseForks>true</reuseForks>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${failsafeArgLine}</argLine>
</configuration>