From 50bf1efeef028adb3eeb5106ae49e62b1d60f8e5 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Fri, 19 Jun 2020 14:55:27 +0100 Subject: [PATCH] ARTEMIS-2813: also exclude Core client kerberos-via-TLS test that can never work on JDK11+ as the ciphers were removed --- tests/integration-tests/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 85e3420e036..f6aaf442b79 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -525,8 +525,13 @@ maven-surefire-plugin + **/JMSSaslGssapiTest.java **/SaslKrb5LDAPSecurityTest.java + + + **/CoreClientOverOneWaySSLKerb5Test.java