Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT.testAllocateOnlyAllocation (#69341)
Browse files Browse the repository at this point in the history
Relates #69340
  • Loading branch information
dimitris-athanasiou authored Feb 22, 2021
1 parent 340b8a1 commit f722a90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void testRolloverActionWithMaxPrimaryShardSize() throws Exception {
}, 30, TimeUnit.SECONDS);
}

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

0 comments on commit f722a90

Please sign in to comment.