Mute SimpleClusterStateIT testMetadataVersion
Due to https://github.com/elastic/elasticsearch/issues/37820
This commit is contained in:
parent
74b6f308e9
commit
0e36adc35f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue