Skip to content

Commit

Permalink
skip favicon test on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Mar 4, 2020
1 parent 0fcef6f commit 5fb1715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-favicon.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test_that("test use_favicon",{

test_that("test use_favicon online",{
with_dir(pkg,{
skip_on_cran()
golem::remove_favicon()
expect_false(file.exists("inst/app/www/favicon.ico"))
use_favicon(path = "https://fr.wikipedia.org//static/favicon/wikipedia.ico")
Expand Down

0 comments on commit 5fb1715

Please sign in to comment.