mute test, as this one is failing also per #35450 (#38132)

This commit is contained in:
Paul Sanwald 2019-01-31 22:00:09 -05:00 committed by GitHub
parent b8b843476d
commit 0d56955d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,7 @@ public class ClusterClientIT extends ESRestHighLevelClientTestCase {
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);