Change integration tests from parallel to single

This is an attempt to make the Travis CI integration tests more reliable,
and changes from parallel to single forking mode.
This is a temporary measure until cucumber-jvm-parallel-plugin (which is no
longer supported) is ripped out (see #1240)

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Evan Harris
2019-09-18 22:23:51 -06:00
committed by Andrew DeMaria
parent d4aff1dca5
commit b02fd9ad6c
+2 -2
View File
@@ -196,8 +196,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>all</parallel>
<threadCount>2</threadCount>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<includes>
<include>**/Parallel*IT.class</include>
</includes>