Skip to content

Commit d6bf8e7

Browse files
committed
Mute MlJobIT.testDeleteJobAsync
Relates #45652
1 parent 8097aeb commit d6bf8e7

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ public void testDeleteJob_TimingStatsDocumentIsDeleted() throws Exception {
464464
assertThat(exception.getResponse().getStatusLine().getStatusCode(), equalTo(404));
465465
}
466466

467+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45652")
467468
public void testDeleteJobAsync() throws Exception {
468469
String jobId = "delete-job-async-job";
469470
String indexName = AnomalyDetectorsIndexFields.RESULTS_INDEX_PREFIX + AnomalyDetectorsIndexFields.RESULTS_INDEX_DEFAULT;

0 commit comments

Comments
 (0)