We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08761d5 commit 7a76c99Copy full SHA for 7a76c99
x-pack/plugin/ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/slm/SnapshotLifecycleIT.java
@@ -7,6 +7,7 @@
7
package org.elasticsearch.xpack.slm;
8
9
import org.apache.http.util.EntityUtils;
10
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
11
import org.elasticsearch.action.index.IndexRequestBuilder;
12
import org.elasticsearch.client.Request;
13
import org.elasticsearch.client.Response;
@@ -45,6 +46,7 @@
45
46
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
47
import static org.hamcrest.Matchers.startsWith;
48
49
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/46205")
50
public class SnapshotLifecycleIT extends ESRestTestCase {
51
52
@Override
0 commit comments