File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 77package org .elasticsearch .xpack .slm ;
88
99import org .apache .http .util .EntityUtils ;
10+ import org .apache .lucene .util .LuceneTestCase ;
1011import org .elasticsearch .ElasticsearchException ;
1112import org .elasticsearch .action .admin .cluster .settings .ClusterUpdateSettingsRequest ;
1213import 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" ;
You can’t perform that action at this time.
0 commit comments