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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 73462ed7a0 GH-1644: Log test failure but not fail whole build
73462ed7a0 is described below

commit 73462ed7a01d57b74d51f4df9715cd3ed7b3dd3b
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Dec 27 15:01:24 2022 +0000

    GH-1644: Log test failure but not fail whole build
---
 jena-fuseki2/jena-fuseki-ui/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml 
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index 992a11308c..d0e9599580 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -109,6 +109,11 @@
                         </goals>
                         <phase>test</phase>
                         <configuration>
+                          <!--
+                               An unstable test. 
+                               https://github.com/apache/jena/issues/1644 
+                          -->
+                            <testFailureIgnore>true</testFailureIgnore>
                             <environmentVariables>
                                 <PORT>${org.apache.jena.fuseki.ui.port}</PORT>
                                 
<FUSEKI_PORT>${org.apache.jena.fuseki.port}</FUSEKI_PORT>

Reply via email to