Skip to content

Commit

Permalink
Mute TimeSeriesLifecycleActionsIT.waitForSnapshot (#51245)
Browse files Browse the repository at this point in the history
This test was recently un-muted, but is still failing

Relates: #50781
Backport of: #51203
  • Loading branch information
tvernum authored Jan 21, 2020
1 parent da93341 commit 25c422b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public void testAllocateActionOnlyReplicas() throws Exception {
});
}

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

0 comments on commit 25c422b

Please sign in to comment.