Skip to content

Commit 4a69d71

Browse files
committed
Skip test failing on r-devel
1 parent dafcd71 commit 4a69d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testthat/test-bind.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,10 @@ test_that("vec_cbind() and vec_rbind() have informative error messages", {
864864
})
865865

866866
test_that("rbind supports names and inner names (#689)", {
867+
skip_if(getRversion() >= "4.1.0", "work around r-devel bug")
868+
# Introduced in
869+
# https://github.com/wch/r-source/commit/275bb3db02491899bbadc28fea69dcdd6fedf41e
870+
867871
out <- vec_rbind(
868872
data_frame(x = list(a = 1, b = 2)),
869873
data_frame(x = list(3)),

0 commit comments

Comments
 (0)