We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc8bc9 commit 1899658Copy full SHA for 1899658
client/rest-high-level/src/test/java/org/elasticsearch/client/ClusterClientIT.java
@@ -215,6 +215,8 @@ private static void assertYellowShards(ClusterHealthResponse response) {
215
assertThat(response.getActiveShardsPercent(), equalTo(50d));
216
}
217
218
+
219
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
220
public void testClusterHealthYellowSpecificIndex() throws IOException {
221
createIndex("index", Settings.EMPTY);
222
createIndex("index2", Settings.EMPTY);
0 commit comments