aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/images_test.go
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2021-05-10 06:12:59 -0600
committerEd Santiago <santiago@redhat.com>2021-05-10 07:43:35 -0600
commit471f4898f0547d10722fa2e311d44ebb5415e2ce (patch)
treedb5ece14a49052e0f1061f8f898aed9c026566ef /test/e2e/images_test.go
parent5a8b3cf835742b3ba3bdc79010737ae3e2c69ce3 (diff)
downloadpodman-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/e2e/images_test.go')
-rw-r--r--test/e2e/images_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go
index 098d58033..f6321ec1c 100644
--- a/test/e2e/images_test.go
+++ b/test/e2e/images_test.go
@@ -219,7 +219,6 @@ WORKDIR /test
})
It("podman pull by digest and list --all", func() {
- Skip("FIXME-8165: 'rmi -af' fails with 'layer not known' (#6510)")
// Prevent regressing on issue #7651.
digestPullAndList := func(noneTag bool) {
session := podmanTest.Podman([]string{"pull", ALPINEAMD64DIGEST})