Skip to content

Commit 17d65c1

Browse files
committed
Unmute IndexUpgradeIT tests
After additional fixes to the Jenkins job, these tests can now be unmuted. Closes #30430
1 parent e1d675c commit 17d65c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/upgrade/src/test/java/org/elasticsearch/xpack/upgrade/IndexUpgradeIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
package org.elasticsearch.xpack.upgrade;
77

8-
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
98
import org.elasticsearch.Build;
109
import org.elasticsearch.ElasticsearchSecurityException;
1110
import org.elasticsearch.action.search.SearchResponse;
@@ -31,7 +30,6 @@
3130
import static org.hamcrest.Matchers.empty;
3231
import static org.hamcrest.core.IsEqual.equalTo;
3332

34-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30430")
3533
public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
3634

3735
@Before

0 commit comments

Comments
 (0)