diff --git a/ci/scripts/python_test.sh b/ci/scripts/python_test.sh index a18bc5b9133..824865b923f 100755 --- a/ci/scripts/python_test.sh +++ b/ci/scripts/python_test.sh @@ -55,14 +55,5 @@ export PYARROW_TEST_ORC export PYARROW_TEST_PARQUET export PYARROW_TEST_S3 -# Testing PyArrow C++ -if [ "${ARROW_BUILD_TESTS}" == "ON" ]; then - pushd ${test_dir} - ctest \ - --output-on-failure \ - --parallel ${n_jobs} \ - --timeout 300 - popd -fi # Testing PyArrow pytest -r s ${PYTEST_ARGS} --pyargs pyarrow