Skip to content

Commit c87a3ea

Browse files
jdconradtalevy
authored andcommitted
Silence IndexUpgradeIT test failures. (#30430)
1 parent b33806e commit c87a3ea

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

Lines changed: 2 additions & 0 deletions
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)