This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 5b40af1e642667d0b121604b09901583420ee9b9
Author: aherbert <[email protected]>
AuthorDate: Wed Sep 25 11:35:00 2019 +0100

    RNG-117: Update POM to allow test re-runs.
    
    The tests for creating a generator from a random seed may spuriously
    fail.
---
 commons-rng-simple/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 116c7fc..a9526e0 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -59,4 +59,16 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- The test for creating a generator from a random seed may 
spuriously fail. -->
+          <rerunFailingTestsCount>1</rerunFailingTestsCount>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>

Reply via email to