Skip to content

Commit 33e39fa

Browse files
alpar-tjtibshirani
authored andcommitted
Mute ML upgrade test (#30458)
It fails fairly frequently. Some ML expert will look soon.
1 parent 501cc64 commit 33e39fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/UpgradeClusterClientYamlTestSuiteIT.java

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
99
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
10+
11+
import org.apache.lucene.util.LuceneTestCase;
1012
import org.apache.lucene.util.TimeUnits;
1113
import org.elasticsearch.Version;
1214
import org.elasticsearch.client.Response;
@@ -32,6 +34,7 @@
3234
import static org.hamcrest.Matchers.is;
3335

3436
@TimeoutSuite(millis = 5 * TimeUnits.MINUTE) // to account for slow as hell VMs
37+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30456")
3538
public class UpgradeClusterClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
3639

3740
/**

0 commit comments

Comments
 (0)