We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40b884 commit 513e297Copy full SHA for 513e297
x-pack/plugin/upgrade/src/test/java/org/elasticsearch/xpack/upgrade/IndexUpgradeIT.java
@@ -5,7 +5,6 @@
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;
@@ -31,7 +30,6 @@
31
30
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