Skip to content

Commit

Permalink
Reenable DateUtilsTests.testTimezoneIds (#58551)
Browse files Browse the repository at this point in the history
joda upgrade made its timezone db more up to date than joda 
(causing this test to fail), hence it had to be reverted. 
Joda and Java's timezone dbs are in sync now.
revert of joda upgrade #57137
closes #56343
  • Loading branch information
pgomulka committed Jun 26, 2020
1 parent 3ac2af5 commit 694968b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DateUtilsTests extends ESTestCase {
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList(
"Eire", "Europe/Dublin" // dublin timezone in joda does not account for DST
));
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56343")

public void testTimezoneIds() {
assertNull(DateUtils.dateTimeZoneToZoneId(null));
assertNull(DateUtils.zoneIdToDateTimeZone(null));
Expand Down

0 comments on commit 694968b

Please sign in to comment.