Skip to content

Commit cffe0f0

Browse files
authored
[ML] Mute MlTrainedModelsUpgradeIT (#95363)
1 parent 5639693 commit cffe0f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void removeLogging() throws IOException {
9696
client().performRequest(request);
9797
}
9898

99+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95360")
99100
public void testTrainedModelDeployment() throws Exception {
100101
assumeTrue("NLP model deployments added in 8.0", UPGRADE_FROM_VERSION.onOrAfter(Version.V_8_0_0));
101102

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ protected Collection<String> templatesToWaitFor() {
5656
.collect(Collectors.toSet());
5757
}
5858

59+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95360")
5960
public void testTrainedModelInference() throws Exception {
6061
assumeTrue("We should only test if old cluster is after trained models we GA", UPGRADE_FROM_VERSION.after(Version.V_7_13_0));
6162
switch (CLUSTER_TYPE) {

0 commit comments

Comments
 (0)