From 3f47da6134b40d3c8e749dc2b97a2bc38f6dc403 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 22 Mar 2019 19:10:19 +0100 Subject: [PATCH] Do not reuse surefire forks for testing The offline test messes up with the online test if executed in advance because of the static HTTP mock. With no guaranteed execution order all online tests may be skipped. To prevent this, run each test in its own fork. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 40aeb7c..28519a0 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,9 @@ org.apache.maven.plugins maven-surefire-plugin 2.22.1 + + false +