Skip to content

Commit

Permalink
disable test giving false positive on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Nov 11, 2022
1 parent 59c33d6 commit 8ec299a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ test_that("MMRM returns expected estimates (same_cov = FALSE)", {

test_that("MMRM returns expected estimates under different model specifications", {

testthat::skip_on_cran()

set.seed(101)

sigma <- as_vcov(c(5, 3, 8), c(0.4, 0.6, 0.3))
Expand Down Expand Up @@ -376,8 +378,6 @@ test_that("MMRM returns expected estimates under different model specifications"

runtests(TRUE, FALSE)
runtests(TRUE, TRUE)

testthat::skip_on_cran()
runtests(FALSE, FALSE)
runtests(FALSE, TRUE)

Expand Down

0 comments on commit 8ec299a

Please sign in to comment.