From 8de6e0c9df935266eccebbc9ff8ff2eef2e819d1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Dec 2020 08:45:07 +0100 Subject: Remove two skipped (on Travis) tests to reduce noise --- tests/testthat/test_plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testthat/test_plot.R') 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) -- cgit v1.2.1