Skip to content

Commit

Permalink
appveyor: skip test opening "pdf"
Browse files Browse the repository at this point in the history
as these are failing with the newest r-appveyor and/or R 3.6.1patched, due to "hanging" build as described here: krlmlr/r-appveyor#160
  • Loading branch information
mrustl committed Sep 10, 2019
1 parent d2c2ce0 commit 1770415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test_pdf.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
test_that(

paste(
"preparePdfIf(), preparePdf(), finishAndShowPdfIf() and",
"finishAndShowPdf() work"
), {

skip_on_appveyor()
dev_list <- dev.list()

expect_identical(preparePdfIf(FALSE), "")
Expand Down

0 comments on commit 1770415

Please sign in to comment.