Skip to content

Commit

Permalink
chore: ignore differences for Azores timezone in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 6, 2024
1 parent 623f88c commit 4fe457c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ public void testTimestamptzParsing() throws Exception {

private static final ImmutableSet<ZoneId> PROBLEMATIC_ZONE_IDS =
ImmutableSet.of(
ZoneId.of("Atlantic/Azores"),
// Mexico abolished DST in 2022, but not all databases contain this information.
ZoneId.of("America/Chihuahua"),
// Jordan abolished DST in 2022, but not all databases contain this information.
Expand Down

0 comments on commit 4fe457c

Please sign in to comment.