Skip to content

Commit

Permalink
Disable hadoop test on IBM JDK17 (backport of #21120) (#21621)
Browse files Browse the repository at this point in the history
Fixes #20754

(cherry picked from commit 1aff076)

Co-authored-by: Łukasz Dziedziul <lukasz.dziedziul@hazelcast.com>
  • Loading branch information
viliam-durina and ldziedziul committed Jun 17, 2022
1 parent c9ed667 commit 96c368f
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -57,6 +57,11 @@ public class SqlHadoopTest extends SqlTestSupport {
public static void setUpClass() throws Exception {
assumeThatNoWindowsOS();

// Tests will fail on IBM JDK17 with error:
// No LoginModule found for com.ibm.security.auth.module.JAASLoginModule
// see https://github.com/hazelcast/hazelcast/issues/20754
assumeThatNotIBMJDK17();

initialize(1, null);
sqlService = instance().getSql();

Expand Down

0 comments on commit 96c368f

Please sign in to comment.