Skip to content

Commit 0d292fd

Browse files
authored
Add Pacific/Kanton to EXCLUDED_ZONE_IDS in tests (#1217)
1 parent b865921 commit 0d292fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ public final class TemporalUtil
6262
"Asia/Qostanay",
6363
"America/Santiago",// Can cause flakyness on windows, see https://stackoverflow.com/questions/37533796/java-calendar-returns-wrong-hour-in-ms-windows-for-america-santiago-zone.
6464
"US/Pacific-New", // Appeared out of nothing in windows, does not test reliable "org.neo4j.driver.exceptions.ClientException: Unable to construct ZonedDateTime value: `Unknown time-zone ID: US/Pacific-New`"
65-
"Pacific/Easter"
65+
"Pacific/Easter",
66+
"Pacific/Kanton"
6667
);
6768

6869
private TemporalUtil()

0 commit comments

Comments
 (0)