We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5a91 commit 03f5670Copy full SHA for 03f5670
x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/LifecycleLicenseIT.java
@@ -7,7 +7,6 @@
7
package org.elasticsearch.xpack.ilm;
8
9
import org.apache.http.util.EntityUtils;
10
-import org.apache.lucene.util.LuceneTestCase;
11
import org.elasticsearch.client.Request;
12
import org.elasticsearch.client.Response;
13
import org.elasticsearch.client.ResponseException;
@@ -44,7 +43,6 @@
44
43
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
45
import static org.hamcrest.Matchers.is;
46
47
-@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66088")
48
public class LifecycleLicenseIT extends ESRestTestCase {
49
50
private String policy;
0 commit comments