-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from regro-cf-autotick-bot/0.25.0_hd1dd40
r-tiledb v0.25.0
- Loading branch information
Showing
7 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
diff --git a/inst/tinytest/test_tiledbarray.R b/inst/tinytest/test_tiledbarray.R | ||
index b9185e5..4311f95 100644 | ||
index e50d8720..99875684 100644 | ||
--- a/inst/tinytest/test_tiledbarray.R | ||
+++ b/inst/tinytest/test_tiledbarray.R | ||
@@ -1,6 +1,10 @@ | ||
library(tinytest) | ||
library(tiledb) | ||
|
||
+# Skip for conda osx-64 build (controlled by Jinja selectors in recipe) due to | ||
+# spurious test failures | ||
+exit_file("skip for conda osx-64 build") | ||
+ | ||
isOldWindows <- Sys.info()[["sysname"]] == "Windows" && grepl('Windows Server 2008', osVersion) | ||
if (isOldWindows) exit_file("skip this file on old Windows releases") | ||
isMacOS <- (Sys.info()['sysname'] == "Darwin") | ||
|
||
ctx <- tiledb_ctx(limitTileDBCores()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters