Mute failing ApiKeyIntegTests (#38614)
This commit is contained in:
parent
02f57b1e29
commit
5180b36547
|
@ -237,6 +237,7 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
|
||||||
verifyInvalidateResponse(1, responses, invalidateResponse);
|
verifyInvalidateResponse(1, responses, invalidateResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38408")
|
||||||
public void testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey() throws Exception {
|
public void testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey() throws Exception {
|
||||||
List<CreateApiKeyResponse> responses = createApiKeys(1, null);
|
List<CreateApiKeyResponse> responses = createApiKeys(1, null);
|
||||||
Instant created = Instant.now();
|
Instant created = Instant.now();
|
||||||
|
|
Loading…
Reference in New Issue