From ddec430128e23fa524ec0cadfec9624b40c08648 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 15 Aug 2024 15:41:42 +0200 Subject: [PATCH] test --- compliance_checker/tests/test_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compliance_checker/tests/test_cli.py b/compliance_checker/tests/test_cli.py index 8cb9c6dc..5d693fb9 100644 --- a/compliance_checker/tests/test_cli.py +++ b/compliance_checker/tests/test_cli.py @@ -246,12 +246,12 @@ def _check_libnetcdf_version(): "zarr_url", [ f"{(datadir / 'trajectory.zarr').as_uri()}#mode=nczarr,file", - str(datadir / "zip.zarr"), + # str(datadir / "zip.zarr"), # "s3://hrrrzarr/sfc/20210408/20210408_10z_anl.zarr#mode=nczarr,s3" ], ids=[ "local_file", - "zip_file", + # "zip_file", # TODO uncomment once S3 support is working. # "s3_url", ],