From b02fd9ad6c4d5f0bb7ba8c363ef429bf24699f26 Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Tue, 17 Sep 2019 09:15:52 -0500 Subject: [PATCH] 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 --- integration-test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 74d3330d..6c47253f 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -196,8 +196,8 @@ org.apache.maven.plugins maven-surefire-plugin - all - 2 + 1 + false **/Parallel*IT.class