diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 15:51:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 15:51:16 +0100 |
commit | ae181ea92eb9f658773e586c3635decc7753daa2 (patch) | |
tree | 11781a411dcead11e5929076fded5edb3d6cf671 | |
parent | 9dd9c6362575bc786cf0db7c0c7ea9176047a1dc (diff) |
Skip a test that assigns to the global environment
-rw-r--r-- | tests/testthat/test_tests.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_tests.R b/tests/testthat/test_tests.R index b7c3c548..018ba9f7 100644 --- a/tests/testthat/test_tests.R +++ b/tests/testthat/test_tests.R @@ -57,6 +57,7 @@ test_that("Updating fitted models works", { }) test_that("We can do a likelihood ratio test using an update specification", { + skip("This test assigns to globalenv() to work in testthat") # The following two assignments were made so the update.mkinfit function called # by lrtest.mkinfit finds these objects when lrtest.mkinfit is called by # testthat |