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

View File

@ -122,6 +122,7 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
}
}
@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);