Mute flaky testCreateApiKey test (#47973)

see #47958
This commit is contained in:
Ioannis Kakavas 2019-10-13 21:05:36 +03:00 committed by Alan Woodward
parent 1157775074
commit ce3a06292b
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
assertBusy(() -> assertFalse(apiKeyService.isExpirationInProgress()));
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47958")
public void testCreateApiKey() {
final Instant start = Instant.now();
final RoleDescriptor descriptor = new RoleDescriptor("role", new String[] { "monitor" }, null, null);