From 94d6eec48592019c8dbdabf8d619e14dcd38f8de Mon Sep 17 00:00:00 2001 From: JTPetter <61797391+JTPetter@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:15:42 +0200 Subject: [PATCH] Skip test that fails only on Mac --- tests/testthat/test-rareEventCharts.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-rareEventCharts.R b/tests/testthat/test-rareEventCharts.R index 04a01c20..2c68513e 100644 --- a/tests/testthat/test-rareEventCharts.R +++ b/tests/testthat/test-rareEventCharts.R @@ -246,6 +246,7 @@ test_that("11.1 Test of G chart with interval format and stages", { test_that("11.2 Test of G chart with interval format and stages", { plotName <- results[["results"]][["tChart"]][["data"]] testPlot <- results[["state"]][["figures"]][[plotName]][["obj"]] + testthat::skip_on_os("mac") jaspTools::expect_equal_plots(testPlot, "t-chart11") })