Skip to content

Commit 6274441

Browse files
committed
Refine skip condition
1 parent 7b778e5 commit 6274441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
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)