diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 18:54:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 18:54:07 +0100 |
commit | f134599b4d2cd3558b887b7f06faf1dfb599196e (patch) | |
tree | fbb871381ab3bd0d391cce6533581a0440fe2e6b /tests/testthat | |
parent | 5cfe2d48a1d517920c7a77793f20c524cf00bd26 (diff) |
Skipping with skip() needs a message
Diffstat (limited to 'tests/testthat')
-rw-r--r-- | tests/testthat/test_irls.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_irls.R b/tests/testthat/test_irls.R index 62f2d848..76ee73b5 100644 --- a/tests/testthat/test_irls.R +++ b/tests/testthat/test_irls.R @@ -41,7 +41,7 @@ test_that("Reweighting method 'obs' works", { }) test_that("Reweighting method 'tc' works", { - skip() # Too much trouble with datasets that are randomly generated + skip("Too much trouble with datasets that are randomly generated") # I need to make the tc method more robust against that # skip_on_cran() |