Skip to content

Commit

Permalink
Mute MlJobIT.testDeleteJobAsync
Browse files Browse the repository at this point in the history
Relates #45652
  • Loading branch information
ywelsch committed Sep 25, 2019
1 parent f785c31 commit 7a5b5af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ public void testDeleteJob_TimingStatsDocumentIsDeleted() throws Exception {
assertThat(exception.getResponse().getStatusLine().getStatusCode(), equalTo(404));
}

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

0 comments on commit 7a5b5af

Please sign in to comment.