From aced3815a8f81df7371563421e550ca24b58cfea Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Tue, 15 Nov 2016 12:54:14 +0100 Subject: [PATCH] Disables JSF test execution The JSF test execution has been disabled due to an error in the Gecko driver that makes these test fail in some environments. --- jsf/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jsf/pom.xml b/jsf/pom.xml index 9bc3f48..ffb4d63 100644 --- a/jsf/pom.xml +++ b/jsf/pom.xml @@ -70,6 +70,13 @@ org.jacoco jacoco-maven-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + true + + -- 2.18.1