Skip to content

Commit

Permalink
skip failing tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 9, 2024
1 parent dbdeaed commit 7ad33b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-BFBayesFactor.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_on_os("linux")

test_that("p_direction", {
skip_if_not_or_load_if_installed("BayesFactor")
set.seed(333)
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-describe_posterior.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test_that("describe_posterior", {
skip_if_not_or_load_if_installed("brms")
skip_if_not_or_load_if_installed("httr")
skip_if_not_or_load_if_installed("BayesFactor")
skip_on_os("linux")

set.seed(333)

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-describe_prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_that("describe_prior", {
skip_if_not_or_load_if_installed("brms")
skip_if_not_or_load_if_installed("httr")
skip_if_not_or_load_if_installed("BayesFactor")
skip_on_os("linux")

# Bayes Factor ----------------------------------------

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-rope.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ test_that("rope (brms, multivariate)", {
)
})

skip_on_os("linux")

test_that("BayesFactor", {
skip_if_not_or_load_if_installed("BayesFactor")
Expand Down

0 comments on commit 7ad33b3

Please sign in to comment.