Skip to content

Commit

Permalink
ARROW-17489: [R] Nightly builds failing due to test referencing unrel…
Browse files Browse the repository at this point in the history
…ease stringr functions (apache#13937)

Authored-by: Nic Crane <[email protected]>
Signed-off-by: Dewey Dunnington <[email protected]>
  • Loading branch information
thisisnic authored and zagto committed Oct 7, 2022
1 parent 71bb131 commit 32eb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tests/testthat/test-dplyr-funcs-string.R
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ test_that("str_like", {
)

# This will give an error until a new version of stringr with str_like has been released
skip_if_not(packageVersion("stringr") > "1.4.0")
skip_if_not(packageVersion("stringr") > "1.5.0")
compare_dplyr_binding(
.input %>%
mutate(x = str_like(x, "%baz%")) %>%
Expand Down

0 comments on commit 32eb848

Please sign in to comment.