[ML] Mute annotations index upgrade mapping test (#62814)

For #61908
This commit is contained in:
David Kyle 2020-09-23 09:37:04 +01:00 committed by GitHub
parent 5ca86d541c
commit bc34ecc581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -90,8 +90,9 @@ public class IndexMappingTemplateAsserter {
assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException);
assertLegacyTemplateMatchesIndexMappings(client, ".ml-state", ".ml-state-000001", true, Collections.emptySet());
// Depending on the order Full Cluster restart tests are run there may not be an notifications index yet
assertLegacyTemplateMatchesIndexMappings(client,
".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet());
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908")
// assertLegacyTemplateMatchesIndexMappings(client,
// ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet());
assertLegacyTemplateMatchesIndexMappings(client,
".ml-inference-000003", ".ml-inference-000003", true, Collections.emptySet());
// .ml-annotations-6 does not use a template