Skip to content

Commit cbd9e63

Browse files
authored
Update TemporalUtil.EXCLUDED_ZONE_IDS for testing (#1392) (#1393)
1 parent 7d3fdc1 commit cbd9e63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

driver/src/test/java/org/neo4j/driver/util/TemporalUtil.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ public final class TemporalUtil {
6363
"US/Pacific-New", // Appeared out of nowhere in windows, does not test reliable
6464
// "org.neo4j.driver.exceptions.ClientException: Unable to construct ZonedDateTime value:
6565
// `Unknown time-zone ID: US/Pacific-New`"
66-
"Pacific/Easter");
66+
"Pacific/Easter",
67+
"America/Ciudad_Juarez",
68+
"Europe/Kyiv" // might have issues when running with dated TZ db
69+
);
6770

6871
private TemporalUtil() {}
6972

0 commit comments

Comments
 (0)