Skip to content

Commit

Permalink
Roll-back containers count and start data
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed May 2, 2024
1 parent f7506d0 commit ca90e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
<version>${maven-surefire-plugin.version}</version>
<configuration>
<systemPropertyVariables>
<launchContainers>true</launchContainers>
<launchContainers>false</launchContainers>
</systemPropertyVariables>
<skipTests>${skipUnitTests}</skipTests>
<argLine>${surefire.jacoco.args}</argLine>
Expand Down Expand Up @@ -910,7 +910,7 @@
<systemPropertyVariables>
<mockserver.version>${mockserver.version}</mockserver.version>
<pbs.version>${project.version}</pbs.version>
<tests.max-container-count>5</tests.max-container-count>
<tests.max-container-count>2</tests.max-container-count>
<tests.fixed-container-ports>false</tests.fixed-container-ports>
</systemPropertyVariables>
</configuration>
Expand Down

0 comments on commit ca90e38

Please sign in to comment.