Skip to content

Commit

Permalink
skip on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 13, 2024
1 parent d7d9570 commit 2808a62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-soap-films.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test_that("draw for gam can plot a so soap film", {
expect_silent(plt_so <- draw(m_soap))

skip_on_cran()
skip_on_ci()
expect_doppelganger("draw.gam so soap film", plt_so)
})

Expand All @@ -19,6 +20,7 @@ test_that("smooth estimates can evaluate a so soap film", {
expect_identical(nrow(sm_so), as.integer((100 * 100) + n_pts[1L]))

skip_on_cran()
skip_on_ci()
expect_snapshot(print(sm_so))
})

Expand All @@ -27,5 +29,6 @@ test_that("draw for smooth estimates can plot a so soap film", {
expect_silent(plt_so <- smooth_estimates(m_soap) |> draw())

skip_on_cran()
skip_on_ci()
expect_doppelganger("draw.smooth_estimates so soap film", plt_so)
})

0 comments on commit 2808a62

Please sign in to comment.