Skip to content

Commit

Permalink
[Test] Mute MlJobIT#testDeleteJobAfterMissingAliases
Browse files Browse the repository at this point in the history
Relates #32034
  • Loading branch information
jimczi committed Jul 16, 2018
1 parent 1639aab commit d4d2df7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ public void testDeleteJobAfterMissingIndex() throws Exception {
client().performRequest("get", MachineLearning.BASE_PATH + "anomaly_detectors/" + jobId + "/_stats"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32034")
public void testDeleteJobAfterMissingAliases() throws Exception {
String jobId = "delete-job-after-missing-alias-job";
String readAliasName = AnomalyDetectorsIndex.jobResultsAliasedName(jobId);
Expand Down

0 comments on commit d4d2df7

Please sign in to comment.