Skip to content

Commit

Permalink
skip tests that are dependent on exact fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 24, 2024
1 parent 2d522ef commit bc0ebd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-text-fonts.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ test_that("symbol font family is 'Symbol'", {

test_that("throw on malformed alias", {
expect_snapshot(validate_aliases(list(mono = letters), list()), error = TRUE)
skip_on_cran()
skip_on_os(c("windows", "linux"))
expect_snapshot(validate_aliases(list(sans = "foobar"), list()))
})

Expand Down

0 comments on commit bc0ebd0

Please sign in to comment.