From 0e6b28cdf33390573293f08a4bfb5b5d59903695 Mon Sep 17 00:00:00 2001 From: Alenka Frim Date: Mon, 17 Oct 2022 08:41:28 +0200 Subject: [PATCH] Remove separate PyArrow C++ tests --- ci/scripts/python_test.sh | 9 --------- 1 file changed, 9 deletions(-) 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