Mute ApiKeyIntegTests

See https://github.com/elastic/elasticsearch/issues/41747
This commit is contained in:
David Kyle 2019-05-09 13:16:13 +01:00
parent 309e4a11b5
commit c0d67919c8
1 changed files with 1 additions and 0 deletions

View File

@ -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,