From bc34ecc5814dd61d44b7e522a13427d90110f6bf Mon Sep 17 00:00:00 2001 From: David Kyle Date: Wed, 23 Sep 2020 09:37:04 +0100 Subject: [PATCH] [ML] Mute annotations index upgrade mapping test (#62814) For #61908 --- .../xpack/test/rest/IndexMappingTemplateAsserter.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java b/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java index 12fcbc8225c..081c14a840e 100644 --- a/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java +++ b/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java @@ -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