From 44550d48db63f62905fb11493cbdc99b3bb2f7c2 Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Wed, 3 Mar 2021 08:18:05 -0600 Subject: [PATCH] Mute failing SetProcessorTests.testCopyFromOtherField (#69877) --- .../java/org/elasticsearch/ingest/common/SetProcessorTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/SetProcessorTests.java b/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/SetProcessorTests.java index 4228ce93eaf14..589c31386e567 100644 --- a/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/SetProcessorTests.java +++ b/modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/SetProcessorTests.java @@ -135,6 +135,7 @@ public void testSetMetadataIfPrimaryTerm() throws Exception { assertThat(ingestDocument.getFieldValue(Metadata.IF_PRIMARY_TERM.getFieldName(), Long.class), Matchers.equalTo(ifPrimaryTerm)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69876") public void testCopyFromOtherField() throws Exception { Map document = new HashMap<>(); Object fieldValue = RandomDocumentPicks.randomFieldValue(random());