diff --git a/tests/test_storage.py b/tests/test_storage.py index 777657c..2baa29a 100644 --- a/tests/test_storage.py +++ b/tests/test_storage.py @@ -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'