with ci profile rerun failing test at least once (#11985)
This commit is contained in:
parent
347da8ed7b
commit
a2efa9bef9
2
pom.xml
2
pom.xml
|
@ -2290,7 +2290,7 @@
|
|||
<spotbugs.skip>false</spotbugs.skip>
|
||||
<!-- Defines a SpotBugs threshold. Use "Low" to discover low-priority bugs -->
|
||||
<spotbugs.threshold>Medium</spotbugs.threshold>
|
||||
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
||||
<surefire.rerunFailingTestsCount>1</surefire.rerunFailingTestsCount>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
|
Loading…
Reference in New Issue