Skip to content

Commit

Permalink
ARROW-15266: [R] [CI] Test reorganization triggering valgrind errors
Browse files Browse the repository at this point in the history
This PR is to fix a valgrind failure that started occurring after #11904 (ARROW-15010) was merged.

Closes #12090 from paleolimbot/r-tests-re

Authored-by: Dewey Dunnington <dewey@fishandwhistle.net>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
  • Loading branch information
paleolimbot authored and jonkeane committed Jan 7, 2022
1 parent f054440 commit 6683255
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion r/tests/testthat/test-dplyr-funcs-datetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ test_that("strftime", {
})

test_that("format_ISO8601", {
skip_on_os("windows") # https://issues.apache.org/jira/browse/ARROW-13168
# https://issues.apache.org/jira/projects/ARROW/issues/ARROW-15266
skip_if_not_available("re2")
# https://issues.apache.org/jira/browse/ARROW-13168
skip_on_os("windows")
times <- tibble(x = c(lubridate::ymd_hms("2018-10-07 19:04:05", tz = "Etc/GMT+6"), NA))

compare_dplyr_binding(
Expand Down

0 comments on commit 6683255

Please sign in to comment.