Skip to content

Commit

Permalink
Skip macos failure (#427)
Browse files Browse the repository at this point in the history
test macos failure
  • Loading branch information
etiennebacher authored May 30, 2023
1 parent 49a4ea1 commit 8d3bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-standardize_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ test_that("offsets", {

test_that("brms", {
skip_on_cran()
skip_on_os("windows")
skip_on_os(c("windows", "mac"))
skip_if_not_installed("brms")

invisible(
Expand Down

0 comments on commit 8d3bef6

Please sign in to comment.