diff --git a/integration/spark/runtest.sh b/integration/spark/runtest.sh index 0544f2660558f..f8d2cbe9cb7bb 100755 --- a/integration/spark/runtest.sh +++ b/integration/spark/runtest.sh @@ -47,8 +47,6 @@ pushd /spark build/mvn -B -Dtest=none -DwildcardSuites=$(IFS=,; echo "${SPARK_SCALA_TESTS[*]}") test # Run pyarrow related Python tests only - echo "Testing PySpark:" - SPARK_PYTHON_TESTS=( "pyspark.sql.tests.test_arrow" "pyspark.sql.tests.test_pandas_udf"