mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
parent
b8b843476d
commit
0d56955d39
@ -182,6 +182,7 @@ public class ClusterClientIT extends ESRestHighLevelClientTestCase {
|
|||||||
assertThat(response.getIndices().size(), equalTo(0));
|
assertThat(response.getIndices().size(), equalTo(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
|
||||||
public void testClusterHealthYellowIndicesLevel() throws IOException {
|
public void testClusterHealthYellowIndicesLevel() throws IOException {
|
||||||
createIndex("index", Settings.EMPTY);
|
createIndex("index", Settings.EMPTY);
|
||||||
createIndex("index2", Settings.EMPTY);
|
createIndex("index2", Settings.EMPTY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user