diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-16 14:33:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-16 14:33:14 +0200 |
commit | 2ad43c6f186d582c0f608b0c656267b5d5a0b450 (patch) | |
tree | 76f3933194b03bdfc410a01375154f7354fd99d5 /tests | |
parent | 34ec60f1b140d788880d84b70cb62b344f7d74b9 (diff) |
Skip another test on CRAN to save CPU cycles
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testthat/test_mixed.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index 8eb8e60c..d8ad4417 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -23,6 +23,8 @@ test_that("Print methods work", { test_that("nlme results are reproducible to some degree", { + skip_on_cran() + test_summary <- summary(dfop_nlme_1) test_summary$nlmeversion <- "Dummy 0.0 for testing" test_summary$mkinversion <- "Dummy 0.0 for testing" |