Mute SimpleClusterStateIT testMetadataVersion

Due to https://github.com/elastic/elasticsearch/issues/37820
This commit is contained in:
David Roberts 2019-01-24 14:08:30 +00:00
parent 74b6f308e9
commit 0e36adc35f
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ public class SimpleClusterStateIT extends ESIntegTestCase {
assertThat(clusterStateResponse.getState().metaData().indices().size(), is(0));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37820")
public void testMetadataVersion() {
createIndex("index-1");
createIndex("index-2");