diff --git a/tests/testthat/test_simulate_data.R b/tests/testthat/test_simulate_data.R index ed156b24..34bedf84 100644 --- a/tests/testthat/test_simulate_data.R +++ b/tests/testthat/test_simulate_data.R @@ -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) diff --git a/tests/testthat/test_visualisation.R b/tests/testthat/test_visualisation.R index 1ff28e38..800c1102 100644 --- a/tests/testthat/test_visualisation.R +++ b/tests/testthat/test_visualisation.R @@ -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)