Skip to content

Commit

Permalink
Mute failing SetProcessorTests.testCopyFromOtherField (#69877) (#69885)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Mar 3, 2021
1 parent 8bc5cbe commit bb4e57f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, Object> document = new HashMap<>();
Object fieldValue = RandomDocumentPicks.randomFieldValue(random());
Expand Down

0 comments on commit bb4e57f

Please sign in to comment.