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

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