Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 4, 2024
1 parent 518faab commit 9d914d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-data.frame-with-rvar.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("data.frame w/ rvar_col descrive_posterior etc", {
skip_on_ci()
# skip_on_ci()
skip_on_cran()
skip_if_not_installed("posterior")

Expand Down Expand Up @@ -63,7 +63,7 @@ test_that("data.frame w/ rvar_col descrive_posterior etc", {
})

test_that("data.frame w/ rvar_col bayesfactors", {
skip_on_ci()
# skip_on_ci()
skip_on_cran()
skip_if_not_installed("posterior")
skip_if_not_installed("logspline")
Expand Down

0 comments on commit 9d914d8

Please sign in to comment.