assignUser commented on code in PR #12940:
URL: https://github.com/apache/arrow/pull/12940#discussion_r855407167
##########
r/tests/testthat/helper-skip.R:
##########
@@ -21,7 +21,10 @@ build_features <- c(
uncompressed = TRUE
)
+force_tests <- identical(tolower(Sys.getenv("ARROW_R_FORCE_TESTS")), "true")
Review Comment:
I'll turn it into a function in case we move the helper stuff somewhere else
at some point...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]