Limits tests to single thread

This commit is contained in:
Corneil du Plessis
2023-06-19 13:26:13 +02:00
parent bcdb881fac
commit 5efe5d17e1
2 changed files with 4 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>