diff options
Diffstat (limited to 'tests/testthat/test_mkinfit_errors.R')
-rw-r--r-- | tests/testthat/test_mkinfit_errors.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_mkinfit_errors.R b/tests/testthat/test_mkinfit_errors.R index 50d528e0..f1b4618c 100644 --- a/tests/testthat/test_mkinfit_errors.R +++ b/tests/testthat/test_mkinfit_errors.R @@ -81,6 +81,7 @@ test_that("We get reproducible output if quiet = FALSE", { }) test_that("We get warnings in case of overparameterisation", { + skip_on_cran() # On winbuilder the following fit does not give a warning expect_warning(f <- mkinfit("FOMC", FOCUS_2006_A, quiet = TRUE), "not converge") s2 <- expect_warning(summary(mkinfit("DFOP", FOCUS_2006_A, quiet = TRUE)), "singular system") }) |