Merge pull request #10044 from adrian-maghear/BAEL-4471#fix-flaky-integration-test

[BAEL-4471] reduce number of parallel quarkus tests
This commit is contained in:
Dhawal Kapil 2020-09-17 23:18:13 +05:30 committed by GitHub
commit b63467db3f
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<systemProperties>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemProperties>