Skip to content

Commit

Permalink
Temporarily Disable Java Integration Tests (apache#4957)
Browse files Browse the repository at this point in the history
* Add additional integration test dependencies

* Temporarily disable Java

* Remove jpype
  • Loading branch information
tustvold authored and alamb committed Nov 8, 2023
1 parent 51ac6fe commit 3369813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:
run: conda run --no-capture-output ci/scripts/csharp_build.sh $PWD /build
- name: Build Go
run: conda run --no-capture-output ci/scripts/go_build.sh $PWD
- name: Build Java
run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build
# Temporarily disabled - https://github.com/apache/arrow-rs/issues/4963
# - name: Build Java
# run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build
- name: Build JS
run: conda run --no-capture-output ci/scripts/js_build.sh $PWD /build
- name: Run integration tests
Expand All @@ -114,7 +115,7 @@ jobs:
--run-ipc \
--with-cpp=1 \
--with-csharp=1 \
--with-java=1 \
--with-java=0 \
--with-js=1 \
--with-go=1 \
--with-rust=1 \
Expand Down

0 comments on commit 3369813

Please sign in to comment.