Skip to content

Commit

Permalink
Skip tests on windows oldrel - error can't replicate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 7, 2024
1 parent db0d7bc commit 028a477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@

library(testthat)
suppressPackageStartupMessages(library(rstanarm))
test_check("rstanarm")
# Failures on Windows CI with R4.0 that I can't replicate locally
if (!isTRUE(.Platform$OS.type == "windows" && R.version$minor < "2.0")) {
test_check("rstanarm")
}

0 comments on commit 028a477

Please sign in to comment.