We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1639aab commit d4d2df7Copy full SHA for d4d2df7
x-pack/qa/ml-native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/MlJobIT.java
@@ -438,6 +438,7 @@ public void testDeleteJobAfterMissingIndex() throws Exception {
438
client().performRequest("get", MachineLearning.BASE_PATH + "anomaly_detectors/" + jobId + "/_stats"));
439
}
440
441
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32034")
442
public void testDeleteJobAfterMissingAliases() throws Exception {
443
String jobId = "delete-job-after-missing-alias-job";
444
String readAliasName = AnomalyDetectorsIndex.jobResultsAliasedName(jobId);
0 commit comments