summaryrefslogtreecommitdiff
path: root/test/e2e/untag_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/untag_test.go')
-rw-r--r--test/e2e/untag_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/untag_test.go b/test/e2e/untag_test.go
index 17171cd41..c61f57a9c 100644
--- a/test/e2e/untag_test.go
+++ b/test/e2e/untag_test.go
@@ -40,6 +40,7 @@ var _ = Describe("Podman untag", func() {
})
It("podman untag all", func() {
+ Skip(v2remotefail)
session := podmanTest.PodmanNoCache([]string{"untag", ALPINE})
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))