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