Mute failing API key integration test (#38409)
This commit mutes the test testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey as it failed during a PR build.
This commit is contained in:
parent
cea81b199d
commit
638ba4a59a
|
@ -232,6 +232,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();
|
||||
|
|
Loading…
Reference in New Issue