Skip to content

Commit

Permalink
Mute SimpleClusterStateIT testMetadataVersion
Browse files Browse the repository at this point in the history
Due to #37820
  • Loading branch information
droberts195 committed Jan 24, 2019
1 parent 74b6f30 commit 0e36adc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public void testMetadata() throws Exception {
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");
Expand Down

0 comments on commit 0e36adc

Please sign in to comment.