mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
Mute SecurityDocumentationIT#testGetUsers - see #48440
This commit is contained in:
parent
7e30277a37
commit
e821a22580
@ -150,6 +150,7 @@ public class SecurityDocumentationIT extends ESRestHighLevelClientTestCase {
|
|||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48440")
|
||||||
public void testGetUsers() throws Exception {
|
public void testGetUsers() throws Exception {
|
||||||
final RestHighLevelClient client = highLevelClient();
|
final RestHighLevelClient client = highLevelClient();
|
||||||
String[] usernames = new String[] {"user1", "user2", "user3"};
|
String[] usernames = new String[] {"user1", "user2", "user3"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user