Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ skip_azure
Function
skip_azure
python/pyarrow/tests/test_fs.py:521–523 ·
view source on GitHub ↗
(fs, reason)
Source
from the content-addressed store, hash-verified
519
520
521
def
skip_azure(fs, reason):
522
if
fs.type_name ==
"abfs"
:
523
pytest.skip(reason=reason)
524
525
526
@pytest.mark.s3
Callers
3
test_move_directory
Function · 0.85
test_move_file
Function · 0.85
test_open_output_stream_metadata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected