Skip to content

Commit

Permalink
Disable tests for DateTime._strptime("...", "%z") for ultimate cases
Browse files Browse the repository at this point in the history
This case started to be incompatible from Ruby 3.2.

* #66
* ruby/date#94
  • Loading branch information
dmikurube committed Mar 28, 2023
1 parent fb86e76 commit ab7fcda
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ private static Stream<String> provideToOffsetInSecondsParams() {
"UTC+12:13",
"UTC+12:13:14",
"UTC+99",
"UTC+99:13",
"UTC+99:13:14",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC+99:13",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC+99:13:14",
"UTC+912",
"UTC+912:42",
"UTC+912:42:49",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC+912:42",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC+912:42:49",
"UTC+9129",
"UTC+91294",
"UTC+912942",
Expand All @@ -164,11 +164,11 @@ private static Stream<String> provideToOffsetInSecondsParams() {
"UTC-12:13",
"UTC-12:13:14",
"UTC-99",
"UTC-99:13",
"UTC-99:13:14",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC-99:13",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC-99:13:14",
"UTC-912",
"UTC-912:42",
"UTC-912:42:49",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC-912:42",
// https://github.com/embulk/embulk-util-rubytime/issues/66 : "UTC-912:42:49",
"UTC-9129",
"UTC-91294",
"UTC-912942",
Expand Down

0 comments on commit ab7fcda

Please sign in to comment.