Skip to content

Commit

Permalink
Removed skipping of os
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jul 7, 2023
1 parent 69e8fb8 commit 26b7bcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test_simulate_data.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
test_that("simulated data", {
# So far we are skipping tests on these platforms until
# we find an efficient way to update rstan testthat snapshots on all of them
skip_on_os(c("windows", "mac"))
skip_on_ci()

library(dplyr)
library(serofoi)

Expand Down
4 changes: 0 additions & 4 deletions tests/testthat/test_visualisation.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
library(testthat)

test_that("individual models", {
# So far we are skipping tests on these platforms until
# we find an efficient way to update rstan testthat snapshots on all of them
skip_on_os(c("windows", "mac"))
source("testing_utils.R")
set.seed(1234) # For reproducibility

library(devtools)
Expand Down

0 comments on commit 26b7bcf

Please sign in to comment.