Skip to content

Commit

Permalink
don't all compression files for nanoarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 8, 2025
1 parent 4ede48c commit e774dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/archery/archery/integration/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def _gold_tests(self, gold_dir):
skip_testers.add("Rust")
if prefix == '2.0.0-compression':
skip_testers.add("JS")
if prefix == '2.0.0-compression' and name == 'lz4':
# https://github.com/apache/arrow-nanoarrow/issues/621
skip_testers.add("nanoarrow")

Expand Down

0 comments on commit e774dd8

Please sign in to comment.