Skip to content

Commit 06bb0bd

Browse files
authored
Mute testTimezoneIds (#104691)
Relates #104544
1 parent c1a724f commit 06bb0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/common/time/DateUtilsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ private static boolean maybeIgnore(String jodaId) {
5959
return false;
6060
}
6161

62+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104544")
6263
public void testTimezoneIds() {
6364
assertNull(DateUtils.dateTimeZoneToZoneId(null));
6465
assertNull(DateUtils.zoneIdToDateTimeZone(null));

0 commit comments

Comments
 (0)