mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
the 'signing' test is flaking; symptom is that we can never connect to the port on the registry: https://api.cirrus-ci.com/v1/task/6208385738604544/logs/system.log By all indications, the registry is up, i.e., the 'podman rm -f reg' in teardown() succeeds, as shown by the 53c (CID) in the log. (It bothers me that the FAIL message from die() does not appear in the log, and I can't figure out why). To try to diagnose this, run 'podman logs' on the registry upon failure. Signed-off-by: Ed Santiago <santiago@redhat.com>