Skip to content

Commit

Permalink
fix: exclude arrow-dataset-dataset-writer-test to test changes on mav…
Browse files Browse the repository at this point in the history
…en module project
  • Loading branch information
davisusanibar committed Dec 21, 2023
1 parent 3d18feb commit 8d7c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/java_jni_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if [ "${ARROW_BUILD_TESTS}" = "ON" ]; then
# ImportError: ../grpc/_cython/cygrpc.cpython-38-aarch64-linux-gnu.so:
# undefined symbol: vtable for std::__cxx11::basic_ostringstream<
# char, std::char_traits<char>, std::allocator<char> >
exclude_tests="${exclude_tests}|arrow-gcsfs-test"
exclude_tests="${exclude_tests}|arrow-gcsfs-test|arrow-dataset-dataset-writer-test"
;;
esac
# unstable
Expand Down

0 comments on commit 8d7c6bc

Please sign in to comment.