Skip to content

Commit 0c7e9d8

Browse files
authored
Mute failing SetProcessorTests.testCopyFromOtherField (#69877)
1 parent d6047a9 commit 0c7e9d8

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

Lines changed: 1 addition & 0 deletions
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)