mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +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();
|
||||
}
|
||||
|
||||
@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…
x
Reference in New Issue
Block a user