Skip to content

Commit

Permalink
Temporarily skip HDF5 error message test on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpwagner committed Oct 26, 2020
1 parent 8456e29 commit b629ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/gs-archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_that("load GatingSet from archive",

test_that("load read-only archive",
{
skip_on_os("windows")
skip_on_os(c("windows", "mac"))
tmp <- tempfile()
save_gs(gs, tmp)

Expand Down

0 comments on commit b629ac9

Please sign in to comment.