Skip to content

Commit 1eb8efc

Browse files
committed
Skip failing test on Solaris
1 parent c5998cd commit 1eb8efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-use-logo.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ context("use_logo")
22

33
test_that("use_logo() doesn't error", {
44
skip_if_not_installed("magick")
5+
skip_on_os("solaris")
6+
57
pkg <- scoped_temporary_package()
68
img <- magick::image_write(magick::image_read("logo:"), "logo.png")
79
on.exit(file_delete("logo.png"))

0 commit comments

Comments
 (0)