Skip to content

Commit d5e0f67

Browse files
committed
Disable tests
1 parent 23f8c4e commit d5e0f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/jni_windows_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ cmake \
6868
-B "${build_dir}/cpp" \
6969
-DARROW_ACERO="${ARROW_ACERO}" \
7070
-DARROW_BUILD_SHARED=OFF \
71-
-DARROW_BUILD_TESTS=ON \
71+
-DARROW_BUILD_TESTS="${ARROW_BUILD_TESTS}" \
7272
-DARROW_CSV="${ARROW_DATASET}" \
7373
-DARROW_DATASET="${ARROW_DATASET}" \
7474
-DARROW_SUBSTRAIT="${ARROW_DATASET}" \

0 commit comments

Comments
 (0)