Skip to content

Commit

Permalink
check if tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 4, 2024
1 parent 5f491f5 commit 040a0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("marginaleffects descrive_posterior", {
skip_on_ci()
# skip_on_ci()
skip_on_cran()

skip_if_not_installed("rstanarm")
Expand Down Expand Up @@ -43,7 +43,7 @@ test_that("marginaleffects descrive_posterior", {
})

test_that("marginaleffects bayesfactors", {
skip_on_ci()
# skip_on_ci()
skip_on_cran()

skip_if_not_installed("rstanarm")
Expand Down

0 comments on commit 040a0d6

Please sign in to comment.