Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 15, 2024
1 parent 196dae8 commit 47e8370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-base.R
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ test_that("boolean_slicing", {
})

test_that("oob boolean slicing", {
skip_if(tolower(Sys.info()[["sysname"]]) == "darwin") # skip on macOS
len <- sample.int(50, 2, replace = FALSE)
expect_error(
{
Expand Down

0 comments on commit 47e8370

Please sign in to comment.