Skip to content

Commit 196159c

Browse files
committed
Temporarily switch back to sequential tests
1 parent a976e66 commit 196159c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
<groupId>org.apache.maven.plugins</groupId>
15361536
<artifactId>maven-surefire-plugin</artifactId>
15371537
<configuration>
1538-
<forkCount>1C</forkCount>
1538+
<forkCount>1</forkCount>
15391539
<reuseForks>false</reuseForks>
15401540
<runOrder>alphabetical</runOrder>
15411541
<systemPropertyVariables>
@@ -1832,14 +1832,14 @@
18321832
</profile>
18331833

18341834
<profile>
1835-
<id>sequential-tests</id>
1835+
<id>parallel-tests</id>
18361836
<build>
18371837
<plugins>
18381838
<plugin>
18391839
<groupId>org.apache.maven.plugins</groupId>
18401840
<artifactId>maven-surefire-plugin</artifactId>
18411841
<configuration>
1842-
<forkCount>1</forkCount>
1842+
<forkCount>1C</forkCount>
18431843
</configuration>
18441844
</plugin>
18451845
</plugins>

0 commit comments

Comments
 (0)