Mute failing ApiKeyIntegTests (#38614)

This commit is contained in:
Christoph Büscher 2019-02-08 13:00:43 +01:00
parent 02f57b1e29
commit 5180b36547
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
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();