Skip to content

Commit 9043ad8

Browse files
committed
ci: run tests sequentially and run BatchContextTest first
1 parent 3f482e0 commit 9043ad8

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,14 @@
237237
<artifactId>maven-surefire-plugin</artifactId>
238238
<version>3.5.4</version>
239239
<configuration>
240-
<trimStackTrace>false</trimStackTrace>
241-
<parallel>classes</parallel>
242-
<forkCount>4</forkCount>
243-
<reuseForks>true</reuseForks>
244-
<threadCount>1</threadCount>
245-
<perCoreThreadCount>true</perCoreThreadCount>
246-
<runOrder>balanced</runOrder>
240+
<parallel>none</parallel>
241+
<forkCount>1</forkCount>
242+
<reuseForks>false</reuseForks>
243+
244+
<includes>
245+
<include>**/BatchContextTest.java</include>
246+
<include>**/*Test.java</include>
247+
</includes>
247248
</configuration>
248249
</plugin>
249250
<plugin>

0 commit comments

Comments
 (0)