Skip to content

Commit

Permalink
Re-enable other integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 20, 2023
1 parent d2eceb5 commit 948b1c5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ci/scripts/integration_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ gold_dir=$arrow_dir/testing/data/arrow-ipc-stream/integration

pip install -e $arrow_dir/dev/archery[integration]

# --run-ipc \
# --run-flight \

# Rust can be enabled by exporting ARCHERY_INTEGRATION_WITH_RUST=1
time archery integration \
--run-c-data \
--run-ipc \
--run-flight \
--with-cpp=1 \
--with-csharp=0 \
--with-java=0 \
--with-js=0 \
--with-csharp=1 \
--with-java=1 \
--with-js=1 \
--with-go=1 \
--gold-dirs=$gold_dir/0.14.1 \
--gold-dirs=$gold_dir/0.17.1 \
Expand Down

0 comments on commit 948b1c5

Please sign in to comment.