felipecrv commented on code in PR #40021: URL: https://github.com/apache/arrow/pull/40021#discussion_r1513393540
########## python/pyarrow/tests/test_fs.py: ########## @@ -857,6 +896,9 @@ def test_copy_file(fs, pathfn): def test_move_directory(fs, pathfn, allow_move_dir): + # TODO(GH-40025): Stop skipping this test + skip_azure(fs, "Not implemented yet in for Azure. See GH-40025") Review Comment: That's great. Thank you. -- 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]
