Skip to content

Commit

Permalink
Mute MlJobIT.testDeleteJob
Browse files Browse the repository at this point in the history
Relates #45652
  • Loading branch information
ywelsch committed Sep 25, 2019
1 parent dfa3848 commit 11d3046
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ public void testCreateJob_WithClashingFieldMappingsFails() throws Exception {
"avoid the clash by assigning a dedicated results index"));
}

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

0 comments on commit 11d3046

Please sign in to comment.