Skip to content

Commit 8b0e8cb

Browse files
committed
Skip clipboard test on CRAN
1 parent 7cd52bd commit 8b0e8cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/test-curl.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ test_that("can evaluate simple calls", {
152152
})
153153

154154
test_that("can read from clipboard", {
155-
# need to skip on CI as can't read from clipboard there on Linux
155+
# need to skip on CI and CRAN as can't read from clipboard there
156156
skip_on_ci()
157+
skip_on_cran()
157158
skip_if_not_installed("clipr")
158159
skip_if(getRversion() < "4.1")
159160

0 commit comments

Comments
 (0)