From 88bb73323287af18f7bac8717842c045aab81af4 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Thu, 9 Jun 2022 17:28:10 +0100 Subject: [PATCH] ARTEMIS-3410: also disable related test in integration-tests module on Java 16+ for now --- tests/integration-tests/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index d724481666..8b391cb314 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -610,6 +610,21 @@ --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/integration/karaf/ArtemisFeatureTest.java + + + + + +