Skip to content

Commit

Permalink
Mute ClusterClientIT#testClusterHealthYellowSpecificIndex (elastic#38343
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Christoph Büscher authored Feb 4, 2019
1 parent 7bc8bc9 commit 1899658
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ private static void assertYellowShards(ClusterHealthResponse response) {
assertThat(response.getActiveShardsPercent(), equalTo(50d));
}


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

0 comments on commit 1899658

Please sign in to comment.