We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33806e commit c87a3eaCopy full SHA for c87a3ea
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