Skip to content

Commit

Permalink
Skip test_arrayschemaevolution_arrow.R on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 27, 2023
1 parent acf4db5 commit cc99a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/tinytest/test_arrayschemaevolution_arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ library(tinytest)
library(tiledb)

if (Sys.info()[["sysname"]] == "Windows") exit_file("Skip on Windows")
if (Sys.info()[["sysname"]] == "Darwin" && ) exit_file("Skip on Darwin")
if (Sys.getenv("CI", "") == "") exit_file("Skip unextended test run")

ctx <- tiledb_ctx(limitTileDBCores())
Expand Down

0 comments on commit cc99a40

Please sign in to comment.