Skip to content

Commit

Permalink
Mute HistoryTemplateIndexActionMappingsTests
Browse files Browse the repository at this point in the history
HistoryTemplateIndexActionMappingsTests testIndexActionFields has been
failing in CI. This commit mutes the test.

Relates elastic#65091
  • Loading branch information
jaymode committed Dec 3, 2020
1 parent 2ab9ad0 commit e5a632e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit e5a632e

Please sign in to comment.