From 471f4898f0547d10722fa2e311d44ebb5415e2ce Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 10 May 2021 06:12:59 -0600 Subject: 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 --- test/buildah-bud/apply-podman-deltas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/buildah-bud/apply-podman-deltas') 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. -- cgit v1.2.3-54-g00ecf