Skip to content

Commit

Permalink
Mute RollupActionIT.testRollupIndexAndSetNewRollupPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Feb 5, 2021
1 parent 9df49e7 commit 08786cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ public void testRollupIndex() throws Exception {
assertBusy(() -> assertTrue(indexExists(index)));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/68609")
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 08786cd

Please sign in to comment.