h-vetinari commented on code in PR #37624:
URL: https://github.com/apache/arrow/pull/37624#discussion_r1335626330
##########
dev/tasks/conda-recipes/arrow-cpp/meta.yaml:
##########
@@ -383,33 +378,24 @@ outputs:
# skip tests that raise SIGINT and crash the test suite
{% set tests_to_skip = tests_to_skip + " or (test_csv and
test_cancellation)" %} # [linux]
{% set tests_to_skip = tests_to_skip + " or (test_flight and
test_interrupt)" %} # [linux]
Review Comment:
```suggestion
# skip test that intentionally writes out of bounds and then expects
no error message
{% set tests_to_skip = tests_to_skip + " or
test_debug_memory_pool_disabled[system_memory_pool]" %} # [osx]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]