Skip to content

Commit ab906f9

Browse files
committed
skip test on CRAN
Do not know if package are manually installed or not
1 parent 7dd1090 commit ab906f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-to-description.R

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ dummypackage <- file.path(tmpdir, "dummypackage")
175175

176176
test_that("set_remotes_to_desc return nothing if local installs", {
177177

178+
skip_on_cran()
179+
# We do not know whether some packages are installed manually from source on CRAN
180+
178181
pkgs <- att_amend_desc(dummypackage) %>%
179182
att_from_description()
180183
remotes <- find_remotes(pkgs)

0 commit comments

Comments
 (0)