We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df0d91 commit 4e5bdbaCopy full SHA for 4e5bdba
1 file changed
ci/scripts/cpp_test.sh
@@ -61,6 +61,7 @@ case "$(uname)" in
61
n_jobs=$(sysctl -n hw.ncpu)
62
# TODO: https://github.com/apache/arrow/issues/40410
63
exclude_tests+=("arrow-s3fs-test")
64
+ exclude_tests+=("arrow-flight-sql-odbc-test")
65
;;
66
MINGW*)
67
n_jobs=${NUMBER_OF_PROCESSORS:-1}
0 commit comments