Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df9faf4

Browse filesBrowse files
committed
Auto-retry flaky tests
1 parent 3e295b6 commit df9faf4
Copy full SHA for df9faf4

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434

3535
<build>
3636
<plugins>
37+
<plugin>
38+
<artifactId>maven-surefire-plugin</artifactId>
39+
<configuration>
40+
<rerunFailingTestsCount>2</rerunFailingTestsCount>
41+
</configuration>
42+
</plugin>
3743
<plugin>
3844
<groupId>org.codehaus.mojo</groupId>
3945
<artifactId>animal-sniffer-maven-plugin</artifactId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.