diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-17 08:45:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-17 08:45:07 +0100 |
commit | 8de6e0c9df935266eccebbc9ff8ff2eef2e819d1 (patch) | |
tree | 56fd782d1b2e5302abeb26dc8d8f8c7530c13374 /tests/testthat/test_plot.R | |
parent | 1673b300b017b30232c1726e5199c3ad75a22953 (diff) |
Remove two skipped (on Travis) tests to reduce noise
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 22f4307f..75d401a3 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -1,6 +1,6 @@ context("Plotting") -test_that("Plotting mkinfit and mmkin objects is reproducible", { +test_that("Plotting mkinfit, mmkin and mixed model objects is reproducible", { skip_on_cran() plot_default_FOCUS_C_SFO <- function() plot(fits[["SFO", "FOCUS_C"]]) plot_res_FOCUS_C_SFO <- function() plot(fits[["SFO", "FOCUS_C"]], show_residuals = TRUE) |