Skip to content

Commit

Permalink
mute test, as this one is failing also per elastic#35450 (elastic#38132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sanwald committed Feb 1, 2019
1 parent b8b8434 commit 0d56955
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public void testClusterHealthYellowClusterLevel() throws IOException {
assertThat(response.getIndices().size(), equalTo(0));
}

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

0 comments on commit 0d56955

Please sign in to comment.