Muting ClusterClientITT#testClusterHealthYellowClusterLevel

This commit is contained in:
Christoph Büscher 2018-11-29 11:43:18 +01:00
parent a646f85a99
commit c412ecd4a2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@ import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.unit.ByteSizeUnit;
import org.elasticsearch.common.xcontent.XContentType;
import org.elasticsearch.common.xcontent.support.XContentMapValues;
import org.elasticsearch.client.Request;
import org.elasticsearch.indices.recovery.RecoverySettings;
import org.elasticsearch.rest.RestStatus;
@ -169,6 +168,7 @@ public class ClusterClientIT extends ESRestHighLevelClientTestCase {
assertNoIndices(response);
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/35450")
public void testClusterHealthYellowClusterLevel() throws IOException {
createIndex("index", Settings.EMPTY);
createIndex("index2", Settings.EMPTY);