Skip to content

Commit

Permalink
Use skip instead of xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 27, 2024
1 parent 3305649 commit 15dc0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15dc0eb

Please sign in to comment.