Skip to content

Commit

Permalink
more specific skip
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 9, 2025
1 parent dee8cc5 commit 0b0a196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/integration/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +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':
if prefix == '2.0.0-compression' and 'lz4' in name:
# https://github.com/apache/arrow-nanoarrow/issues/621
skip_testers.add("nanoarrow")

Expand Down

0 comments on commit 0b0a196

Please sign in to comment.