Skip to content

Commit 8200295

Browse files
author
Christoph Büscher
authored
Mute DateProcessorTests#testJodaPatternLocale (#38265)
Only fails on FIPS 8, muting this selectively.
1 parent d2cc145 commit 8200295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/DateProcessorTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ public void testInvalidJavaPattern() {
113113
}
114114

115115
public void testJavaPatternLocale() {
116+
// @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/31724")
117+
assumeFalse("Can't run in a FIPS JVM, Joda parse date error", inFipsJvm());
116118
DateProcessor dateProcessor = new DateProcessor(randomAlphaOfLength(10),
117119
templatize(ZoneId.of("Europe/Amsterdam")), templatize(Locale.ITALIAN),
118120
"date_as_string", Collections.singletonList("yyyy dd MMMM"), "date_as_date");

0 commit comments

Comments
 (0)