kou commented on code in PR #46124:
URL: https://github.com/apache/arrow/pull/46124#discussion_r2041287224


##########
r/tests/testthat/helper-skip.R:
##########
@@ -97,6 +97,7 @@ skip_on_linux_devel <- function() {
   # Skip when the OS is linux + and the R version is development
   # helpful for skipping on Valgrind, and the sanitizer checks (clang + gcc) 
on cran
   if (on_linux_dev()) {
+    return()
     skip_on_cran()

Review Comment:
   Oh, sorry!



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to