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 bb42a47 commit 7d707f1Copy full SHA for 7d707f1
server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java
@@ -34,7 +34,8 @@ public class DateUtilsTests extends ESTestCase {
34
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList(
35
"Eire", "Europe/Dublin" // dublin timezone in joda does not account for DST
36
));
37
-
+
38
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/72028")
39
public void testTimezoneIds() {
40
assertNull(DateUtils.dateTimeZoneToZoneId(null));
41
assertNull(DateUtils.zoneIdToDateTimeZone(null));
0 commit comments