Skip to content

Commit 6683255

Browse files
paleolimbotjonkeane
authored andcommitted
ARROW-15266: [R] [CI] Test reorganization triggering valgrind errors
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>
1 parent f054440 commit 6683255

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

r/tests/testthat/test-dplyr-funcs-datetime.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@ test_that("strftime", {
207207
})
208208

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

213216
compare_dplyr_binding(

0 commit comments

Comments
 (0)