We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b64ee commit 8a22a87Copy full SHA for 8a22a87
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java
@@ -333,6 +333,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception {
333
}, 30, TimeUnit.SECONDS);
334
}
335
336
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408")
337
public void testExpiredApiKeysDeletedAfter1Week() throws Exception {
338
List<CreateApiKeyResponse> responses = createApiKeys(2, null);
339
Instant created = Instant.now();
0 commit comments