diff options
| -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 | 
