Skip to content

Commit e7abb68

Browse files
authored
Mute testBasicTimeBasedRetenion (#48456)
tracked in #48017
1 parent 8360248 commit e7abb68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleRestIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
package org.elasticsearch.xpack.slm;
88

99
import org.apache.http.util.EntityUtils;
10+
import org.apache.lucene.util.LuceneTestCase;
1011
import org.elasticsearch.ElasticsearchException;
1112
import org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest;
1213
import org.elasticsearch.action.index.IndexRequestBuilder;
@@ -337,6 +338,7 @@ public void testStartStopStatus() throws Exception {
337338
}
338339

339340
@SuppressWarnings("unchecked")
341+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48017")
340342
public void testBasicTimeBasedRetenion() throws Exception {
341343
final String indexName = "test";
342344
final String policyName = "test-policy";

0 commit comments

Comments
 (0)