Skip to content

Commit

Permalink
Skip utils test when offline
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPietzschmann committed Nov 22, 2024
1 parent 4b0d3fa commit 1ba1b3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_if_offline()

test_that("we can find all pakage test files", {
tmp_dir <- tempdir()
dest_zip <- file.path(tmp_dir, "covr.zip")
Expand Down

0 comments on commit 1ba1b3b

Please sign in to comment.