diff --git a/dev/archery/archery/integration/runner.py b/dev/archery/archery/integration/runner.py index 667cb488b5d01..4a323291c9bb6 100644 --- a/dev/archery/archery/integration/runner.py +++ b/dev/archery/archery/integration/runner.py @@ -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")