We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157dead commit d682f4dCopy full SHA for d682f4d
server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java
@@ -59,6 +59,7 @@ private static boolean maybeIgnore(String jodaId) {
59
return false;
60
}
61
62
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/93291")
63
public void testTimezoneIds() {
64
assertNull(DateUtils.dateTimeZoneToZoneId(null));
65
assertNull(DateUtils.zoneIdToDateTimeZone(null));
0 commit comments