pangeo-forge / pangeo-forge-recipes

Python library for building Pangeo Forge recipes.

Home Page:https://pangeo-forge.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minio tests failing

cisaacstern opened this issue · comments

We need a follow-on to #638 that restores the

assert proc.returncode == 0

because both of the minio test cases are failing:

https://github.com/pangeo-forge/pangeo-forge-recipes/actions/runs/6777276247/job/18420542826#step:7:32

https://github.com/pangeo-forge/pangeo-forge-recipes/actions/runs/6777276247/job/18420542826#step:7:317

but without that assert they are registering to pytest as passes.

Originally posted by @cisaacstern in #638 (comment)