File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,8 +342,10 @@ jobs:
342342 run : |
343343 # MinIO is required
344344 # TODO: This doesn't seem like a good solution
345+ # TODO: Waiting for PR 50215 to be merged
345346 exclude_tests="arrow-s3fs-test"
346347 exclude_tests="${exclude_tests}|arrow-s3fs-module-test"
348+ exclude_tests="${exclude_tests}|arrow-filesystem-test"
347349 # unstable
348350 exclude_tests="${exclude_tests}|arrow-acero-asof-join-node-test"
349351 exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test"
Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ if ! type storage-testbench >/dev/null 2>&1; then
5252fi
5353if ! type minio > /dev/null 2>&1 ; then
5454 # TODO: This doesn't seem like a good solution
55- # We are excluding tests that shouldn't be excluded
55+ # TODO: Waiting for PR 50215 to be merged
5656 exclude_tests+=(" arrow-s3fs-test" )
5757 exclude_tests+=(" arrow-s3fs-module-test" )
58+ exclude_tests+=(" arrow-filesystem-test" )
5859fi
5960case " $( uname) " in
6061 Linux)
@@ -63,9 +64,10 @@ case "$(uname)" in
6364 Darwin)
6465 n_jobs=$( sysctl -n hw.ncpu)
6566 # TODO: https://github.com/apache/arrow/issues/40410
66- # TODO: This is not a good solution
67+ # TODO: Waiting for PR 50215 to be merged
6768 exclude_tests+=(" arrow-s3fs-test" )
6869 exclude_tests+=(" arrow-s3fs-module-test" )
70+ exclude_tests+=(" arrow-filesystem-test" )
6971 ;;
7072 MINGW* )
7173 n_jobs=${NUMBER_OF_PROCESSORS:- 1}
You can’t perform that action at this time.
0 commit comments