|
|
@@ -7,6 +7,7 @@
|
|
|
package org.elasticsearch.xpack.ilm;
|
|
|
|
|
|
import org.apache.http.util.EntityUtils;
|
|
|
+import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.client.Request;
|
|
|
import org.elasticsearch.client.Response;
|
|
|
import org.elasticsearch.client.ResponseException;
|
|
|
@@ -43,6 +44,7 @@ import static org.hamcrest.CoreMatchers.containsStringIgnoringCase;
|
|
|
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
|
|
import static org.hamcrest.Matchers.is;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66088")
|
|
|
public class LifecycleLicenseIT extends ESRestTestCase {
|
|
|
|
|
|
private String policy;
|