Skip to content

Commit

Permalink
skip new test on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Jul 27, 2021
1 parent 823f71b commit 4cd43a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-get_file.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test_that("get_file works", {
# skip test on cran because the url could be broken in the future
skip_on_cran()
# get_file returns raw data if it's an url and a character path if it's
# a local path. That's why we test it with the function read_image that calls it
expect_identical(
Expand Down

0 comments on commit 4cd43a2

Please sign in to comment.