You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
importjava.security.PrivilegedExceptionAction;
34
34
importjava.util.List;
35
35
importjava.util.Map;
36
+
importjava.util.stream.IntStream;
36
37
37
38
importjavax.security.auth.login.LoginContext;
38
39
@@ -89,9 +90,11 @@ public void setupRoleMapping() throws IOException {
89
90
assertOK(response);
90
91
}
91
92
92
-
// JDK 8u262 shipped with a NPE in Kerberos code, see https://github.com/elastic/elasticsearch/issues/56507
93
+
// JDK 8u262 shipped with a NPE in Kerberos code and fixed in 8u271, see https://github.com/elastic/elasticsearch/issues/56507
93
94
publicvoidtestSuppressedOnJDK8u262() {
94
-
assumeFalse("Cannot run on JDK 8u262", "1.8.0_262".equals(System.getProperty("java.version")));
0 commit comments