summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-04-21 15:15:56 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-04-22 14:13:07 -0400
commit6fdcc09a2027d9c929af0389fba131c72b103fcd (patch)
treecb99539bc278afafd75387b18d60ec8d8049c8c3 /test
parent703fd505538fdae2165dad47c7a6886ac3ed891e (diff)
downloadpodman-6fdcc09a2027d9c929af0389fba131c72b103fcd.tar.gz
podman-6fdcc09a2027d9c929af0389fba131c72b103fcd.tar.bz2
podman-6fdcc09a2027d9c929af0389fba131c72b103fcd.zip
Fix integration tests for untag
Signed-off-by: Brent Baude <bbaude@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/untag_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/untag_test.go b/test/e2e/untag_test.go
index 8b4b454db..17171cd41 100644
--- a/test/e2e/untag_test.go
+++ b/test/e2e/untag_test.go
@@ -16,7 +16,6 @@ var _ = Describe("Podman untag", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)