Skip to content

Commit

Permalink
COnditional skip.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonawicz committed Nov 30, 2019
1 parent 99d25c1 commit 2fbd027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-snippet.R
Expand Up @@ -13,6 +13,8 @@ outfile1 <- file.path(tempdir(), "out.pdf")
outfile2 <- file.path(tempdir(), "out.png")

test_that("render functions run as expected", {
skip_on_appveyor()
skip_on_cran()
expect_is(render_music(x, outfile1), "NULL")

expect_is(render_music(x, outfile2, "treble_8", tab = TRUE), "NULL")
Expand Down

0 comments on commit 2fbd027

Please sign in to comment.