mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user