From 15dc0eb8bbd3d00653339b2827b6c1150577a6c5 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Tue, 27 Feb 2024 17:18:37 +0000 Subject: [PATCH] Use skip instead of xfail --- python/pyarrow/tests/test_fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyarrow/tests/test_fs.py b/python/pyarrow/tests/test_fs.py index b0f4886f4bf1a..e0e6bfcddb006 100644 --- a/python/pyarrow/tests/test_fs.py +++ b/python/pyarrow/tests/test_fs.py @@ -503,7 +503,7 @@ def skip_fsspec_s3fs(fs): def skip_azure(fs, reason): if fs.type_name == "abfs": - pytest.xfail(reason=reason) + pytest.skip(reason=reason) @pytest.mark.s3