Going back to serial test execution

This commit is contained in:
Marcin Grzejszczak
2018-10-14 23:45:41 +02:00
parent 9171b40c07
commit 4c7e83a0da

View File

@@ -313,20 +313,6 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>4</forkCount>
<reuseForks>false</reuseForks>
<failIfNoTests>true</failIfNoTests>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>fast</id>