Skip to content

Commit

Permalink
Skip vdiffr test "dodge3-nudge3" in mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
aphalo committed Apr 27, 2024
1 parent 836f646 commit 1c98d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-position_dodge2nudge.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ test_that("dodge2nudge plots are correct", {
)
)

skip_on_os(os = "mac")
vdiffr::expect_doppelganger("dodge3-nudge3",
ggplot(mtcars, aes(x = am, y = mpg, label = mpg)) +
geom_text_s(
Expand Down

0 comments on commit 1c98d0e

Please sign in to comment.