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.
This commit is contained in:
parent
8d50c10208
commit
6d3a7910f8
|
@ -103,10 +103,6 @@ public class KerberosAuthenticationIT extends ESRestTestCase {
|
|||
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) {
|
||||
|
|
Loading…
Reference in New Issue