Skip to content

Commit 3ebbefd

Browse files
committed
Remove no-op test
This test was introduced when muting some other tests in elastic#32498, but not removed when the tests were unmuted in elastic#32514.
1 parent d78966c commit 3ebbefd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ public void testLoginByUsernamePassword() throws IOException, PrivilegedActionEx
103103
executeRequestAndVerifyResponse(userPrincipalName, callbackHandler);
104104
}
105105

106-
public void testSoDoesNotFailWithNoTests() {
107-
// intentionally empty - this is just needed to ensure the build does not fail because we mute its only test.
108-
}
109-
110106
@Override
111107
@SuppressForbidden(reason = "SPNEGO relies on hostnames and we need to ensure host isn't a IP address")
112108
protected HttpHost buildHttpHost(String host, int port) {

0 commit comments

Comments
 (0)