Skip to content

Commit de53f01

Browse files
[TEST] Mute ConvertProcessortTests.testConvertIntHexError
Relates #32370
1 parent 6cf7588 commit de53f01

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/ConvertProcessorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public void testConvertIntLeadingZero() throws Exception {
6767
assertThat(ingestDocument.getFieldValue(fieldName, Integer.class), equalTo(10));
6868
}
6969

70+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32370")
7071
public void testConvertIntHexError() {
7172
IngestDocument ingestDocument = RandomDocumentPicks.randomIngestDocument(random());
7273
String value = "0x" + randomAlphaOfLengthBetween(1, 10);

0 commit comments

Comments
 (0)