Skip to content

Commit

Permalink
Revert test skip on macOS as it really is a cpu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 27, 2023
1 parent 04d8053 commit 90b3f4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inst/tinytest/test_arrayschemaevolution.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ library(tiledb)

#isOldWindows <- Sys.info()[["sysname"]] == "Windows" && grepl('Windows Server 2008', osVersion)
if (Sys.info()[["sysname"]] == "Windows") exit_file("Skip on Windows")
if (Sys.info()[["sysname"]] == "Darwin") exit_file("Skip on Darwin")

ctx <- tiledb_ctx(limitTileDBCores())

Expand Down
1 change: 0 additions & 1 deletion inst/tinytest/test_arrayschemaevolution_arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 90b3f4c

Please sign in to comment.