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());