aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-03 15:51:16 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-03 15:51:16 +0100
commitae181ea92eb9f658773e586c3635decc7753daa2 (patch)
tree11781a411dcead11e5929076fded5edb3d6cf671
parent9dd9c6362575bc786cf0db7c0c7ea9176047a1dc (diff)
Skip a test that assigns to the global environment
-rw-r--r--tests/testthat/test_tests.R1
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

Contact - Imprint