Skip to content

Commit

Permalink
skip another test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Aug 7, 2023
1 parent 333616f commit 4281d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-draw-smooth-estimates.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test_that("draw.smooth_estimates works for m_gam", {
})

test_that("draw.smooth_estimates works for m_gamm", {
skip_on_ci() # Windows on GH seems very fragile
expect_silent(plt <- draw(smooth_estimates(m_gamm, "s(x2)")))
expect_doppelganger("draw.smooth_estimates m_gamm", plt)
})
Expand Down

0 comments on commit 4281d8c

Please sign in to comment.