Skip to content

Commit 8a22a87

Browse files
authored
Mute testExpiredApiKeysDeletedAfter1Week (elastic#38682)
Tracked: elastic#38408
1 parent 97b64ee commit 8a22a87

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

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception {
333333
}, 30, TimeUnit.SECONDS);
334334
}
335335

336+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408")
336337
public void testExpiredApiKeysDeletedAfter1Week() throws Exception {
337338
List<CreateApiKeyResponse> responses = createApiKeys(2, null);
338339
Instant created = Instant.now();

0 commit comments

Comments
 (0)