parent
581490d83c
commit
e4f37d96f4
|
@ -91,9 +91,8 @@ public class IndexMappingTemplateAsserter {
|
|||
// assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException, false);
|
||||
assertLegacyTemplateMatchesIndexMappings(client, ".ml-state", ".ml-state-000001", true, Collections.emptySet(), false);
|
||||
// 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")
|
||||
// assertLegacyTemplateMatchesIndexMappings(client,
|
||||
// ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false);
|
||||
assertLegacyTemplateMatchesIndexMappings(client,
|
||||
".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false);
|
||||
assertLegacyTemplateMatchesIndexMappings(client,
|
||||
".ml-inference-000003", ".ml-inference-000003", true, Collections.emptySet(), true);
|
||||
// .ml-annotations-6 does not use a template
|
||||
|
|
Loading…
Reference in New Issue