IT speedup not possible - reverted back
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index ca5ea58..ee15ac2 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -96,8 +96,7 @@
         <artifactId>maven-failsafe-plugin</artifactId>
         <version>${shadedVersion}</version>
         <configuration>
-          <threadCount>2</threadCount>
-          <parallel>methods</parallel>
+          <threadCount>1</threadCount>
           <perCoreThreadCount>false</perCoreThreadCount>
           <forkMode>never</forkMode>
           <argLine>-Xmx512m -XX:MaxPermSize=356m</argLine>