Skip to content

Commit 447d8c9

Browse files
committed
Add a skip
1 parent 4144936 commit 447d8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-tidyverse.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ test_that("use_tidy_description() alphabetises dependencies and remotes", {
1313
})
1414

1515
test_that("use_tidy_dependencies() isn't overly informative", {
16+
skip_if_offline()
17+
1618
create_local_package(fs::path_temp("tidydeps"))
1719
use_package_doc()
1820
withr::local_options(usethis.quiet = FALSE)

0 commit comments

Comments
 (0)