Skip to content

Commit

Permalink
Disable unit test as requested by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 22, 2020
1 parent 58e340b commit 50d826e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-encoding.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ test_that("text encoding english", {
})

test_that("text encoding korean", {
skip_on_os("solaris")
#skip_on_os("solaris")
skip_on_cran()
skip_if(poppler_config()$version < "0.41")
info <- pdf_info("gangnam.pdf")
psy <- "\uC2F8\uC774"
Expand Down

0 comments on commit 50d826e

Please sign in to comment.