Skip to content

Commit

Permalink
Temporarily switch back to sequential tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 19, 2023
1 parent a976e66 commit 196159c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1C</forkCount>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<runOrder>alphabetical</runOrder>
<systemPropertyVariables>
Expand Down Expand Up @@ -1832,14 +1832,14 @@
</profile>

<profile>
<id>sequential-tests</id>
<id>parallel-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<forkCount>1C</forkCount>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 196159c

Please sign in to comment.