From 4c16cd542736af28326d77e37426c02afac712a0 Mon Sep 17 00:00:00 2001 From: ntorresd Date: Thu, 6 Apr 2023 12:01:16 -0500 Subject: [PATCH] remove skip_on_ci() from all tests --- tests/testthat/test_constant_model.R | 1 - tests/testthat/test_plot_foi.R | 1 - tests/testthat/test_tv_normal_log_model.R | 1 - tests/testthat/test_tv_normal_model.R | 1 - 4 files changed, 4 deletions(-) diff --git a/tests/testthat/test_constant_model.R b/tests/testthat/test_constant_model.R index 19883d17..c8c66d6d 100644 --- a/tests/testthat/test_constant_model.R +++ b/tests/testthat/test_constant_model.R @@ -2,7 +2,6 @@ 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")) - skip_on_ci() source("testing_utils.R") set.seed(1234) # For reproducibility diff --git a/tests/testthat/test_plot_foi.R b/tests/testthat/test_plot_foi.R index ca3146b3..b422b517 100644 --- a/tests/testthat/test_plot_foi.R +++ b/tests/testthat/test_plot_foi.R @@ -2,7 +2,6 @@ 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")) - skip_on_ci() source("testing_utils.R") set.seed(1234) # For reproducibility diff --git a/tests/testthat/test_tv_normal_log_model.R b/tests/testthat/test_tv_normal_log_model.R index 466485d2..e0448881 100644 --- a/tests/testthat/test_tv_normal_log_model.R +++ b/tests/testthat/test_tv_normal_log_model.R @@ -2,7 +2,6 @@ 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")) - skip_on_ci() source("testing_utils.R") set.seed(1234) # For reproducibility diff --git a/tests/testthat/test_tv_normal_model.R b/tests/testthat/test_tv_normal_model.R index 0e5d94c2..eb53f90d 100644 --- a/tests/testthat/test_tv_normal_model.R +++ b/tests/testthat/test_tv_normal_model.R @@ -2,7 +2,6 @@ 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")) - skip_on_ci() source("testing_utils.R") set.seed(1234) # For reproducibility