mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[TEST] Mute ConvertProcessortTests.testConvertIntHexError
Relates #32370
This commit is contained in:
parent
6cf7588c3d
commit
de53f0123f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user