diff options
author | Ed Santiago <santiago@redhat.com> | 2021-05-10 06:12:59 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-05-10 07:43:35 -0600 |
commit | 471f4898f0547d10722fa2e311d44ebb5415e2ce (patch) | |
tree | db5ece14a49052e0f1061f8f898aed9c026566ef /test/buildah-bud | |
parent | 5a8b3cf835742b3ba3bdc79010737ae3e2c69ce3 (diff) | |
download | podman-471f4898f0547d10722fa2e311d44ebb5415e2ce.tar.gz podman-471f4898f0547d10722fa2e311d44ebb5415e2ce.tar.bz2 podman-471f4898f0547d10722fa2e311d44ebb5415e2ce.zip |
Remove obsolete skips
The following bugs seem to be fixed:
* #6510 (e2e tests) - podman rmi gives "layer not known"
* #9915 (buildah-bud tests) - podman build --arch
* #10248 - spurious warning from first-ever invocation
of rootless podman
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/buildah-bud')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index ecdb9430c..0bf9f298d 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -157,8 +157,7 @@ skip "FIXME FIXME FIXME podman save/load has been fixed (but not yet used in Bui ############################################################################### # BEGIN tests which are skipped due to actual podman bugs. -skip "FIXME: podman #9915" \ - "bud with --arch flag" + ############################################################################### # Done. |