We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0ecb9 commit 5b6da65Copy full SHA for 5b6da65
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java
@@ -316,6 +316,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception {
316
}, 30, TimeUnit.SECONDS);
317
}
318
319
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408")
320
public void testExpiredApiKeysDeletedAfter1Week() throws Exception {
321
List<CreateApiKeyResponse> responses = createApiKeys(2, null);
322
Instant created = Instant.now();
0 commit comments