|
@@ -67,6 +67,7 @@ public class ConvertProcessorTests extends ESTestCase {
|
|
|
assertThat(ingestDocument.getFieldValue(fieldName, Integer.class), equalTo(10));
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32370")
|
|
|
public void testConvertIntHexError() {
|
|
|
IngestDocument ingestDocument = RandomDocumentPicks.randomIngestDocument(random());
|
|
|
String value = "0x" + randomAlphaOfLengthBetween(1, 10);
|