Skip to content

Commit

Permalink
Skip test on CRAN because of inconsistent platform results
Browse files Browse the repository at this point in the history
  • Loading branch information
tripartio committed Sep 27, 2024
1 parent 4a6dada commit d2478b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-autogam.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
test_that("autogam works on mtcars", {
# There seems to be a BLAS issue on some online testing platforms
# There seems to be inconsistencies in results on some online testing platforms.
# Perhaps a BLAS issue?
skip_on_ci()
skip_on_cran()

expect_equal(
autogam(mtcars, 'mpg') |>
Expand Down

0 comments on commit d2478b2

Please sign in to comment.