Mute SecurityDocumentationIT#testGetUsers - see #48440

This commit is contained in:
David Turner 2019-10-25 12:24:24 +01:00 committed by Yannick Welsch
parent 7e30277a37
commit e821a22580
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ public class SecurityDocumentationIT extends ESRestHighLevelClientTestCase {
.build();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48440")
public void testGetUsers() throws Exception {
final RestHighLevelClient client = highLevelClient();
String[] usernames = new String[] {"user1", "user2", "user3"};