Skip to content

Commit

Permalink
Skip problematic Win tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jun 23, 2024
1 parent 028a477 commit 2b405d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

library(testthat)
suppressPackageStartupMessages(library(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")) {
if (!isTRUE(.Platform$OS.type == "windows" && R.version$minor <= "3.0")) {
test_check("rstanarm")
}

0 comments on commit 2b405d1

Please sign in to comment.