Skip to content

Commit

Permalink
Mute ClusterShardLimitIT.testIndexCreationOverLimitFromTemplate
Browse files Browse the repository at this point in the history
Relates #47107
  • Loading branch information
ywelsch committed Sep 25, 2019
1 parent af57562 commit b52d1da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void testIndexCreationOverLimit() {
assertFalse(clusterState.getMetaData().hasIndex("should-fail"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47107")
public void testIndexCreationOverLimitFromTemplate() {
int dataNodes = client().admin().cluster().prepareState().get().getState().getNodes().getDataNodes().size();

Expand Down

0 comments on commit b52d1da

Please sign in to comment.