Mute ApiKeyIntegTests
See https://github.com/elastic/elasticsearch/issues/41747
This commit is contained in:
parent
309e4a11b5
commit
c0d67919c8
|
@ -315,6 +315,7 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
|
|||
return internalCluster().client(nodeWithMostRecentRun);
|
||||
}
|
||||
|
||||
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/41747")
|
||||
public void testExpiredApiKeysBehaviorWhenKeysExpired1WeekBeforeAnd1DayBefore() throws Exception {
|
||||
Client client = waitForExpiredApiKeysRemoverTriggerReadyAndGetClient().filterWithHeader(
|
||||
Collections.singletonMap("Authorization", UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,
|
||||
|
|
Loading…
Reference in New Issue