Limits tests to single thread
This commit is contained in:
@@ -80,6 +80,8 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<forkCount>1</forkCount>
|
||||
<groups>integration</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -136,6 +136,8 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<forkCount>1</forkCount>
|
||||
<groups>integration</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user