Commits


mwish authored and GitHub committed ce095e4618d
GH-35712: [C++][CI] MacOS Disable ASSERT_DEATH in arrow-array-test (#35724) ### Rationale for this change Disable ASSERT_DEATH in MacOS. According to https://github.com/apache/arrow/issues/35712, it would making CI extremely slow. ### What changes are included in this PR? Disable test in macos ### Are these changes tested? no ### Are there any user-facing changes? no * Closes: #35712 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>