Skip to content

Commit

Permalink
Skip test that fails only on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Sep 18, 2024
1 parent f70855e commit c2a1222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-rareEventCharts.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})

Expand Down

0 comments on commit c2a1222

Please sign in to comment.