We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b8434 commit 0d56955Copy full SHA for 0d56955
client/rest-high-level/src/test/java/org/elasticsearch/client/ClusterClientIT.java
@@ -182,6 +182,7 @@ public void testClusterHealthYellowClusterLevel() throws IOException {
182
assertThat(response.getIndices().size(), equalTo(0));
183
}
184
185
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
186
public void testClusterHealthYellowIndicesLevel() throws IOException {
187
createIndex("index", Settings.EMPTY);
188
createIndex("index2", Settings.EMPTY);
0 commit comments