Skip to content

Commit 2deacea

Browse files
committed
Remove @AwaitsFix from testShrinkActionInPolicyWithoutHotPhase
This test was muted, got fixed, and then was muted again but the issue wasn't reopened (by accident it seems). Since that was 4 years ago, I'm going to unmute this test and if it's still an issue, the new test automation will open a new issue for it using the current muting mechanism. Relates #70595
1 parent e2b8e0a commit 2deacea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public void testRolloverIsSkippedOnManualDataStreamRollover() throws Exception {
123123
);
124124
}
125125

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

0 commit comments

Comments
 (0)