Skip to content

Commit 159cc2e

Browse files
committed
Mute testShrinkActionInPolicyWithoutHotPhase
Relates #70595
1 parent 6cc0670 commit 159cc2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/TimeSeriesDataStreamsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void testRolloverIsSkippedOnManualDataStreamRollover() throws Exception {
103103
equalTo(PhaseCompleteStep.finalStep("hot").getKey())), 30, TimeUnit.SECONDS);
104104
}
105105

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

0 commit comments

Comments
 (0)