Tom-Newton commented on code in PR #40021:
URL: https://github.com/apache/arrow/pull/40021#discussion_r1504664801


##########
python/pyarrow/tests/test_fs.py:
##########
@@ -467,6 +501,11 @@ def skip_fsspec_s3fs(fs):
         pytest.xfail(reason="Not working with fsspec's s3fs")
 
 
+def skip_azure(fs, reason):
+    if fs.type_name == "abfs":
+        pytest.xfail(reason=reason)

Review Comment:
   Done



-- 
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]

Reply via email to