Skip to content

Commit 758cf24

Browse files
DaveCTurnerkcm
authored andcommitted
Remove no-op test (#33861)
This test was introduced when muting some other tests in #32498, but not removed when the tests were unmuted in #32514.
1 parent 2f2744e commit 758cf24

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)