Skip to content

Commit

Permalink
Mute failing RollupActionIT.testRollupIndexAndSetNewRollupPolicy test (
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Mar 3, 2021
1 parent e3c284d commit ed07484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void testRollupIndex() throws Exception {
assertBusy(() -> assertTrue(indexExists(index)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69934")
public void testRollupIndexAndSetNewRollupPolicy() throws Exception {
createIndexWithSettings(client(), index, alias, Settings.builder().put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0));
Expand Down

0 comments on commit ed07484

Please sign in to comment.