Skip to content

Commit 5034b11

Browse files
authored
Mute HistoryTemplateIndexActionMappingsTests (#65860)
HistoryTemplateIndexActionMappingsTests testIndexActionFields has been failing in CI. This commit mutes the test. Relates #65091
1 parent 2ab9ad0 commit 5034b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryTemplateIndexActionMappingsTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
package org.elasticsearch.xpack.watcher.history;
77

8+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
89
import org.elasticsearch.action.search.SearchResponse;
910
import org.elasticsearch.protocol.xpack.watcher.PutWatchResponse;
1011
import org.elasticsearch.search.aggregations.Aggregations;
@@ -27,6 +28,7 @@
2728
* This test makes sure that the index action response `index` field in the watch_record action result is
2829
* not analyzed so it can be used in aggregations
2930
*/
31+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/65091")
3032
public class HistoryTemplateIndexActionMappingsTests extends AbstractWatcherIntegrationTestCase {
3133

3234
public void testIndexActionFields() throws Exception {

0 commit comments

Comments
 (0)