pitrou opened a new pull request, #51206: URL: https://github.com/apache/arrow/pull/51206
### What changes are included in this PR? Remove a CUDA test that tries to access an invalid pointer (after the owning resource was deallocated). On old CUDA setups it used to raise an exception: ``` Cuda error 1 in function 'cuMemcpyDtoH': [CUDA_ERROR_INVALID_VALUE] invalid argument ``` but more recently it has simply started crashing. ### Are these changes tested? By existing CI tests. This should fix a crash in the CUDA Python CI. ### Are there any user-facing changes? No. -- 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]
