Skip to content

Commit c0d6791

Browse files
committed
Mute ApiKeyIntegTests
See #41747
1 parent 309e4a1 commit c0d6791

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
@@ -315,6 +315,7 @@ private Client waitForExpiredApiKeysRemoverTriggerReadyAndGetClient() throws Exc
315315
return internalCluster().client(nodeWithMostRecentRun);
316316
}
317317

318+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/41747")
318319
public void testExpiredApiKeysBehaviorWhenKeysExpired1WeekBeforeAnd1DayBefore() throws Exception {
319320
Client client = waitForExpiredApiKeysRemoverTriggerReadyAndGetClient().filterWithHeader(
320321
Collections.singletonMap("Authorization", UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,

0 commit comments

Comments
 (0)