pachamaltese commented on a change in pull request #9743:
URL: https://github.com/apache/arrow/pull/9743#discussion_r607129185



##########
File path: r/tests/testthat/test-feather.R
##########
@@ -196,3 +196,19 @@ test_that("Character vectors > 2GB can write to feather", {
 })
 
 unlink(feather_file)
+
+ft_file <- system.file("v0.7.1.feather", package = "arrow")
+
+test_that("Error messages are shown when the compression algorithm lz4
+          is not found", {
+  skip_on_cran()

Review comment:
       I just wanted to keep it fast, I've removed this a few days ago




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to