This is an automated email from the ASF dual-hosted git repository.
ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 9eb16c5 Disable tests reruns on dev profile
9eb16c5 is described below
commit 9eb16c500db2db366851aed1f7b8afac2fc2ca0b
Author: Ivan Kelly <[email protected]>
AuthorDate: Tue Feb 20 14:26:59 2018 +0100
Disable tests reruns on dev profile
Sometimes you don't want the rerun because you _want_ to see the flake.
Author: Ivan Kelly <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
This closes #1149 from ivankelly/dev-rerun
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 59f2557..08b5b50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,7 @@
<reuseForks>false</reuseForks>
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<trimStackTrace>false</trimStackTrace>
+ <rerunFailingTestsCount>0</rerunFailingTestsCount>
</configuration>
</plugin>
</plugins>
--
To stop receiving notification emails like this one, please contact
[email protected].