Skip to content

Commit

Permalink
ARROW-16374: [R] [C++] skip another snappy test during sanitizer runs
Browse files Browse the repository at this point in the history
Another example of google/snappy#148

Closes #13014 from jonkeane/ARROW-16374

Authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
  • Loading branch information
jonkeane committed Apr 27, 2022
1 parent b048937 commit f03f090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r/tests/testthat/test-parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ test_that("Maps are preserved when writing/reading from Parquet", {
})

test_that("read_parquet() and write_parquet() accept connection objects", {
skip_if_not_available("snappy")

tf <- tempfile()
on.exit(unlink(tf))

Expand Down

0 comments on commit f03f090

Please sign in to comment.