Skip to content

Commit 2a53c93

Browse files
committed
skip on non-macOS
1 parent 34e5bd7 commit 2a53c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-visualize.R

+1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ test_that("visualize warns about removing `NaN`", {
623623

624624
test_that("visualize can handle multiple explanatory variables", {
625625
skip_if(getRversion() < "4.1.0")
626+
skip_if_not(identical(Sys.info()[["sysname"]], "Darwin"))
626627

627628
# generate example objects
628629
null_fits <- gss %>%

0 commit comments

Comments
 (0)