Skip to content

Commit 1899658

Browse files
author
Christoph Büscher
authored
Mute ClusterClientIT#testClusterHealthYellowSpecificIndex (#38343)
1 parent 7bc8bc9 commit 1899658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/ClusterClientIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ private static void assertYellowShards(ClusterHealthResponse response) {
215215
assertThat(response.getActiveShardsPercent(), equalTo(50d));
216216
}
217217

218+
219+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
218220
public void testClusterHealthYellowSpecificIndex() throws IOException {
219221
createIndex("index", Settings.EMPTY);
220222
createIndex("index2", Settings.EMPTY);

0 commit comments

Comments
 (0)