Skip to content

Commit 4e2b939

Browse files
authored
Disable rust<>nanoarrow integration test in CI (#6449)
1 parent 43dd5e4 commit 4e2b939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
ARROW_INTEGRATION_JAVA: ON
6666
ARROW_INTEGRATION_JS: ON
6767
ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "rust"
68-
ARCHERY_INTEGRATION_WITH_NANOARROW: "1"
68+
# Disable nanoarrow integration, due to https://github.com/apache/arrow-rs/issues/5052
69+
ARCHERY_INTEGRATION_WITH_NANOARROW: "0"
6970
# https://github.com/apache/arrow/pull/38403/files#r1371281630
7071
ARCHERY_INTEGRATION_WITH_RUST: "1"
7172
# These are necessary because the github runner overrides $HOME

0 commit comments

Comments
 (0)