Skip to content

Commit

Permalink
Mute failing ApiKeyIntegTests (#38614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher authored Feb 8, 2019
1 parent 4184524 commit aeede47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public void testInvalidateApiKeysForApiKeyName() throws InterruptedException, Ex
verifyInvalidateResponse(1, responses, invalidateResponse);
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38408")
public void testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey() throws Exception {
List<CreateApiKeyResponse> responses = createApiKeys(1, null);
Instant created = Instant.now();
Expand Down

0 comments on commit aeede47

Please sign in to comment.