Skip to content

Commit 0d56955

Browse files
author
Paul Sanwald
authored
mute test, as this one is failing also per #35450 (#38132)
1 parent b8b8434 commit 0d56955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public void testClusterHealthYellowClusterLevel() throws IOException {
182182
assertThat(response.getIndices().size(), equalTo(0));
183183
}
184184

185+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
185186
public void testClusterHealthYellowIndicesLevel() throws IOException {
186187
createIndex("index", Settings.EMPTY);
187188
createIndex("index2", Settings.EMPTY);

0 commit comments

Comments
 (0)