Skip to content

Commit bb4e57f

Browse files
authored
Mute failing SetProcessorTests.testCopyFromOtherField (#69877) (#69885)
1 parent 8bc5cbe commit bb4e57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/SetProcessorTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public void testSetMetadataIfPrimaryTerm() throws Exception {
135135
assertThat(ingestDocument.getFieldValue(Metadata.IF_PRIMARY_TERM.getFieldName(), Long.class), Matchers.equalTo(ifPrimaryTerm));
136136
}
137137

138+
@AwaitsFix(bugUrl = "https://github.com./elastic/elasticsearch/issues/69876")
138139
public void testCopyFromOtherField() throws Exception {
139140
Map<String, Object> document = new HashMap<>();
140141
Object fieldValue = RandomDocumentPicks.randomFieldValue(random());

0 commit comments

Comments
 (0)