Skip to content

Commit

Permalink
Skip vdiffr on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Nov 14, 2024
1 parent 5247ad5 commit 886f6cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-geom_swim_arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test_that("geom_swim_arrow makes expected plot", {

p <- simple_plot() + layer

skip_on_ci()
vdiffr::expect_doppelganger(
title = "Arrows work with simple plot",
fig = p
Expand All @@ -73,6 +74,7 @@ test_that("geom_swim_arrow makes expected plot when inheriting data", {
arrow_fill = "cyan"
)

skip_on_ci()
vdiffr::expect_doppelganger(
title = "Arrows work with inherited data",
fig = p
Expand Down

0 comments on commit 886f6cf

Please sign in to comment.