diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-22 21:26:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 21:26:42 +0200 |
commit | 94dc39a41b3a6600e2d07c7c8681b90799d773de (patch) | |
tree | a106f234bd694b52f9f3527f53da4ae39259ed33 /test | |
parent | cac05c85887accb71763f7b21a189a14426f4cb4 (diff) | |
parent | ae1731e03fa13cfaa6d4c244dcb7827c000617e2 (diff) | |
download | podman-94dc39a41b3a6600e2d07c7c8681b90799d773de.tar.gz podman-94dc39a41b3a6600e2d07c7c8681b90799d773de.tar.bz2 podman-94dc39a41b3a6600e2d07c7c8681b90799d773de.zip |
Merge pull request #5945 from rhatdan/pull
Fix podman push and podman pull to check for authfile
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/pull_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/pull_test.go b/test/e2e/pull_test.go index 153195825..96340ef30 100644 --- a/test/e2e/pull_test.go +++ b/test/e2e/pull_test.go @@ -22,7 +22,6 @@ var _ = Describe("Podman pull", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |