We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb200f commit 67902b2Copy full SHA for 67902b2
x-pack/plugin/upgrade/src/test/java/org/elasticsearch/xpack/upgrade/IndexUpgradeIT.java
@@ -5,6 +5,7 @@
5
*/
6
package org.elasticsearch.xpack.upgrade;
7
8
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
9
import org.elasticsearch.Build;
10
import org.elasticsearch.ElasticsearchSecurityException;
11
import org.elasticsearch.action.search.SearchResponse;
@@ -30,6 +31,7 @@
30
31
import static org.hamcrest.Matchers.empty;
32
import static org.hamcrest.core.IsEqual.equalTo;
33
34
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30430")
35
public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
36
37
@Before
0 commit comments