Skip to content

Commit b55f906

Browse files
Re-run failed tests
1 parent 664d788 commit b55f906

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
<detectOfflineLinks>false</detectOfflineLinks>
264264
</configuration>
265265
</plugin>
266+
<plugin>
267+
<groupId>org.apache.maven.plugins</groupId>
268+
<artifactId>maven-surefire-plugin</artifactId>
269+
<configuration>
270+
<rerunFailingTestsCount>2</rerunFailingTestsCount>
271+
</configuration>
272+
</plugin>
266273
</plugins>
267274
</pluginManagement>
268275

0 commit comments

Comments
 (0)