Skip to content

Commit aeede47

Browse files
author
Christoph Büscher
authored
Mute failing ApiKeyIntegTests (#38614)
1 parent 4184524 commit aeede47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public void testInvalidateApiKeysForApiKeyName() throws InterruptedException, Ex
237237
verifyInvalidateResponse(1, responses, invalidateResponse);
238238
}
239239

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

0 commit comments

Comments
 (0)