mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user