Skip to content

Commit

Permalink
Mute testShrinkActionInPolicyWithoutHotPhase
Browse files Browse the repository at this point in the history
Relates #70595
  • Loading branch information
DaveCTurner committed Mar 22, 2021
1 parent e37a8f0 commit dc7ac98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public void testRolloverIsSkippedOnManualDataStreamRollover() throws Exception {
equalTo(PhaseCompleteStep.finalStep("hot").getKey())), 30, TimeUnit.SECONDS);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/70595")
public void testShrinkActionInPolicyWithoutHotPhase() throws Exception {
createNewSingletonPolicy(client(), policyName, "warm", new ShrinkAction(1, null));
createComposableTemplate(client(), template, dataStream + "*", getTemplate(policyName));
Expand Down

0 comments on commit dc7ac98

Please sign in to comment.