summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-22 21:23:42 +0200
committerGitHub <noreply@github.com>2020-04-22 21:23:42 +0200
commitcac05c85887accb71763f7b21a189a14426f4cb4 (patch)
tree0830469afe2c70bf6658278ba4f391bc41be7159 /test
parent9a910efcf65aa277ccf558e76fd0ead96559eb11 (diff)
parent6fdcc09a2027d9c929af0389fba131c72b103fcd (diff)
downloadpodman-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')
-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)