diff --git a/x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java b/x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java index b6ebfde20799f..17eb3592d584a 100644 --- a/x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java +++ b/x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java @@ -103,10 +103,6 @@ public void testLoginByUsernamePassword() throws IOException, PrivilegedActionEx executeRequestAndVerifyResponse(userPrincipalName, callbackHandler); } - public void testSoDoesNotFailWithNoTests() { - // intentionally empty - this is just needed to ensure the build does not fail because we mute its only test. - } - @Override @SuppressForbidden(reason = "SPNEGO relies on hostnames and we need to ensure host isn't a IP address") protected HttpHost buildHttpHost(String host, int port) {