Skip to content

Commit d4d2df7

Browse files
committed
[Test] Mute MlJobIT#testDeleteJobAfterMissingAliases
Relates elastic#32034
1 parent 1639aab commit d4d2df7

File tree

1 file changed

+1
-0
lines changed
  • x-pack/qa/ml-native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/qa/ml-native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/MlJobIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ public void testDeleteJobAfterMissingIndex() throws Exception {
438438
client().performRequest("get", MachineLearning.BASE_PATH + "anomaly_detectors/" + jobId + "/_stats"));
439439
}
440440

441+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32034")
441442
public void testDeleteJobAfterMissingAliases() throws Exception {
442443
String jobId = "delete-job-after-missing-alias-job";
443444
String readAliasName = AnomalyDetectorsIndex.jobResultsAliasedName(jobId);

0 commit comments

Comments
 (0)