dragosmg commented on code in PR #13680:
URL: https://github.com/apache/arrow/pull/13680#discussion_r929762698


##########
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 added it back on purpose (to test with that line in and without the bug in 
`force_tests()`). With the bug in, `force_tests()` can never return `true` 
(AFAIU). So, technically, that line is inconsequential. 



-- 
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]

Reply via email to