Skip to content

Commit 0f414e4

Browse files
committed
Silence IndexUpgradeIT test failures. (#30430)
1 parent d9bcbee commit 0f414e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
package org.elasticsearch.xpack.upgrade;
77

8+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
89
import org.elasticsearch.Build;
910
import org.elasticsearch.ElasticsearchSecurityException;
1011
import org.elasticsearch.action.search.SearchResponse;
@@ -30,6 +31,7 @@
3031
import static org.hamcrest.Matchers.empty;
3132
import static org.hamcrest.core.IsEqual.equalTo;
3233

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

3537
@Before

0 commit comments

Comments
 (0)