[ML] Muting mappings upgrade test for .ml-stats (#63234)

Due to https://github.com/elastic/elasticsearch/issues/61908
This commit is contained in:
David Roberts 2020-10-05 13:22:13 +01:00 committed by GitHub
parent d13c1f5058
commit ccaec70a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ public class IndexMappingTemplateAsserter {
assertLegacyTemplateMatchesIndexMappings(client, ".ml-config", ".ml-config", false, configIndexExceptions);
// the true parameter means the index may not have been created
assertLegacyTemplateMatchesIndexMappings(client, ".ml-meta", ".ml-meta", true, Collections.emptySet());
assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException);
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908")
// 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
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908")