Skip to content

Commit

Permalink
Skip on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 12, 2024
1 parent 6f45f3f commit d2214d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-cff_write.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ test_that("test encoding utf8", {
})

test_that("test encoding others", {
skip_on_os("mac")
cffobj <- cff()
cffobj <- cff_modify(cffobj, authors = as_cff_person("Diego Pérez"))
tmp <- file.path(tempdir(), "asci_trans.cff")
Expand Down

0 comments on commit d2214d3

Please sign in to comment.