Skip to content

Commit

Permalink
Remove no-op test (#33861)
Browse files Browse the repository at this point in the history
This test was introduced when muting some other tests in #32498, but not
removed when the tests were unmuted in #32514.
  • Loading branch information
DaveCTurner committed Sep 20, 2018
1 parent 919f0fe commit 96b4e21
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 96b4e21

Please sign in to comment.