Skip to content

Commit

Permalink
Temporary skip S3Storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Oct 6, 2023
1 parent d6b9e1d commit cfcce03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ def test_no_download():
# It was not supposed to reach here
raise

@pytest.mark.skipif(not S3FS_AVAILABLE, reason="S3Storage is not available without s3fs")

# @pytest.mark.skipif(not S3FS_AVAILABLE, reason="S3Storage is not available without s3fs")
@pytest.mark.skip()
def test_S3Storage_path():
backend = S3Storage("s3://mybucket/datadir")
assert backend.path("A2019109.L3m_DAY_CHL_chlor_a_4km.nc") == 's3://mybucket/datadir/MODIS-Aqua/L3m/2019/109/A2019109.L3m_DAY_CHL_chlor_a_4km.zarr'
Expand Down

0 comments on commit cfcce03

Please sign in to comment.