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>
master
Evan Harris 5 years ago committed by Andrew DeMaria
parent d4aff1dca5
commit b02fd9ad6c
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 4
      integration-test/pom.xml

@ -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>

Loading…
Cancel
Save