Skip to content

Commit

Permalink
remove skip_on_ci() from all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorresd committed Apr 6, 2023
1 parent 4f33beb commit 4c16cd5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test_constant_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_plot_foi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_tv_normal_log_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test_tv_normal_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c16cd5

Please sign in to comment.