nealrichardson commented on code in PR #41403:
URL: https://github.com/apache/arrow/pull/41403#discussion_r1581891864
##########
r/tools/test-nixlibs.R:
##########
@@ -157,6 +157,10 @@ test_that("check_allowlist", {
})
test_that("find_latest_nightly()", {
+ skip_if(
+ getRversion() > "4.4.0",
+ "long last version components (>8) fail to max on r-devel"
+ )
Review Comment:
We can make those numbers smaller now. We aren't doing calendar versioning
anymore so we don't need to make sure these are bigger than those.
--
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]