Mute SecurityDocumentationIT#testGetUsers - see #48440
This commit is contained in:
parent
7e30277a37
commit
e821a22580
|
@ -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"};
|
||||
|
|
Loading…
Reference in New Issue