Skip to content

Commit c732da8

Browse files
authored
Merge pull request #936 from tidyverse/f-tibble-snapshot
Refine skip condition
2 parents 7b778e5 + 6274441 commit c732da8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-vignette-tibble.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
test_that("tibble vignette", {
2-
# Reason unclear
3-
skip_on_ci()
2+
skip_if_not_installed("rlang", "0.4.11.9001")
43

54
test_galley("tibble")
65
})

0 commit comments

Comments
 (0)