From 26b7bcfdee4894522622c73abb4ee46fb569ccdc Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Fri, 7 Jul 2023 18:21:17 -0500 Subject: [PATCH] Removed skipping of os --- tests/testthat/test_simulate_data.R | 5 ----- tests/testthat/test_visualisation.R | 4 ---- 2 files changed, 9 deletions(-) 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)