dragosmg commented on code in PR #13680:
URL: https://github.com/apache/arrow/pull/13680#discussion_r929963541
##########
r/tests/testthat/helper-skip.R:
##########
@@ -70,6 +70,10 @@ skip_if_not_dev_mode <- function() {
}
skip_if_not_running_large_memory_tests <- function() {
+ if (force_tests()) {
Review Comment:
I tested `force_tests()` locally and it now works. Given the fact that we
can't reproduce the OOM failure reliably, I think the best path for this PR is:
* add an `expect_true(false)` test in a commit and show that it causes a CI
failure, and then
* undo the ☝🏻 commit.
--
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]