From 0cbabc98850e436b1e0703c659cf8a00b52d7503 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 11 Nov 2020 10:43:56 +0100 Subject: Skip vdiffr tests on travis as they are not robust As can be seen in the miniscule change seen on R-devel in the reference plot updated with this commit --- tests/testthat/test_plot.R | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testthat/test_plot.R') diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 40d5928f..587ec02e 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -2,6 +2,7 @@ context("Plotting") test_that("Plotting mkinfit and mmkin objects is reproducible", { skip_on_cran() + skip_on_travis() 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) plot_res_FOCUS_C_SFO_2 <- function() plot_res(fits[["SFO", "FOCUS_C"]]) -- cgit v1.2.1