Skip to content

Commit

Permalink
ARTEMIS-2813: also exclude Core client kerberos-via-TLS test that can…
Browse files Browse the repository at this point in the history
… never work on JDK11+ as the ciphers were removed
  • Loading branch information
gemmellr committed Jun 19, 2020
1 parent 932544f commit 50bf1ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration-tests/pom.xml
Expand Up @@ -525,8 +525,13 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<!-- These fail, likely due to due to isues with the old Kerberos test harness bits -->
<exclude>**/JMSSaslGssapiTest.java</exclude>
<exclude>**/SaslKrb5LDAPSecurityTest.java</exclude>

<!-- This is no longer possible on JDK11 because the old KRB5 cipher suites it requires were
removed from JDK11 while adding TLS 1.3 support http://openjdk.java.net/jeps/332 -->
<exclude>**/CoreClientOverOneWaySSLKerb5Test.java</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 50bf1ef

Please sign in to comment.