Skip to content

Commit

Permalink
Add Pacific/Kanton to EXCLUDED_ZONE_IDS in tests (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed May 11, 2022
1 parent b865921 commit 0d292fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion driver/src/test/java/org/neo4j/driver/util/TemporalUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public final class TemporalUtil
"Asia/Qostanay",
"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.
"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`"
"Pacific/Easter"
"Pacific/Easter",
"Pacific/Kanton"
);

private TemporalUtil()
Expand Down

0 comments on commit 0d292fd

Please sign in to comment.