Skip to content

Commit 43aa6d9

Browse files
committed
Execute test in random order and use defaults matching old forkMode setting.
1 parent 72384ca commit 43aa6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
<artifactId>maven-surefire-plugin</artifactId>
875875
<version>${version.plugin.maven.surefire}</version>
876876
<configuration>
877-
<forkMode>once</forkMode>
877+
<runOrder>random</runOrder>
878878
<printSummary>true</printSummary>
879879
<useFile>false</useFile>
880880
<includes>

0 commit comments

Comments
 (0)