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:
David Turner 2018-09-20 10:45:28 +01:00 committed by GitHub
parent 8d50c10208
commit 6d3a7910f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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) {