This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 0b9105d704 Temporarily Disable Java Integration Tests (#4957)
0b9105d704 is described below
commit 0b9105d70412d54ddb826122fd8a87eafe3b9413
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Oct 20 13:52:52 2023 +0100
Temporarily Disable Java Integration Tests (#4957)
* Add additional integration test dependencies
* Temporarily disable Java
* Remove jpype
---
.github/workflows/integration.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 62d2d2cb1a..00c6b8bb0a 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -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
@@ -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 \