diff --git a/x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateIndexActionMappingsTests.java b/x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateIndexActionMappingsTests.java index 6b418fa366ec8..1971c4da5fcac 100644 --- a/x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateIndexActionMappingsTests.java +++ b/x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateIndexActionMappingsTests.java @@ -5,6 +5,7 @@ */ package org.elasticsearch.xpack.watcher.history; +import org.apache.lucene.util.LuceneTestCase.AwaitsFix; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.protocol.xpack.watcher.PutWatchResponse; import org.elasticsearch.search.aggregations.Aggregations; @@ -27,6 +28,7 @@ * This test makes sure that the index action response `index` field in the watch_record action result is * not analyzed so it can be used in aggregations */ +@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65091") public class HistoryTemplateIndexActionMappingsTests extends AbstractWatcherIntegrationTestCase { public void testIndexActionFields() throws Exception {