diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-22 21:23:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 21:23:42 +0200 |
commit | cac05c85887accb71763f7b21a189a14426f4cb4 (patch) | |
tree | 0830469afe2c70bf6658278ba4f391bc41be7159 /test/e2e | |
parent | 9a910efcf65aa277ccf558e76fd0ead96559eb11 (diff) | |
parent | 6fdcc09a2027d9c929af0389fba131c72b103fcd (diff) | |
download | podman-cac05c85887accb71763f7b21a189a14426f4cb4.tar.gz podman-cac05c85887accb71763f7b21a189a14426f4cb4.tar.bz2 podman-cac05c85887accb71763f7b21a189a14426f4cb4.zip |
Merge pull request #5944 from rhatdan/untag
Fix integration tests for untag
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/untag_test.go | 1 |
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) |