Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Aug 15, 2024
1 parent 7333cf8 commit ddec430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compliance_checker/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit ddec430

Please sign in to comment.