diff --git a/ci/appveyor-cpp-build-mingw.bat b/ci/appveyor-cpp-build-mingw.bat index bdd3b14462e..3f007d5f3af 100644 --- a/ci/appveyor-cpp-build-mingw.bat +++ b/ci/appveyor-cpp-build-mingw.bat @@ -48,7 +48,11 @@ cmake ^ -DARROW_PYTHON=OFF ^ .. || exit /B make -j4 || exit /B -ctest --output-on-failure -j2 || exit /B +@rem TODO: Run all tests +ctest ^ + --exclude-regex arrow-array-test ^ + --output-on-failure ^ + --parallel 2 || exit /B make install || exit /B popd