Skip to content

Commit 5b6da65

Browse files
authored
Mute testExpiredApiKeysDeletedAfter1Week in 6.7 (#38528)
Tracked #38408
1 parent 2a0ecb9 commit 5b6da65

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
@@ -316,6 +316,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception {
316316
}, 30, TimeUnit.SECONDS);
317317
}
318318

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

0 commit comments

Comments
 (0)