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") })