Skip to content

Commit

Permalink
EXPERIMENT: apacheGH-40410: [C++][CI] Re-enable S3 tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 12, 2024
1 parent 0c2891d commit fc9af16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/scripts/cpp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ case "$(uname)" in
;;
Darwin)
n_jobs=$(sysctl -n hw.ncpu)
# TODO: https://github.com/apache/arrow/issues/40410
exclude_tests="arrow-s3fs-test"
ctest_options+=(--exclude-regex "${exclude_tests}")
;;
MINGW*)
n_jobs=${NUMBER_OF_PROCESSORS:-1}
Expand Down

0 comments on commit fc9af16

Please sign in to comment.