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 f7b2638 commit 9527ff8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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 9527ff8

Please sign in to comment.