diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-22 14:29:51 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-04-22 14:30:40 -0400 |
commit | ae1731e03fa13cfaa6d4c244dcb7827c000617e2 (patch) | |
tree | d308f47ade944f048690f9e45aee04e9bd3472fd /test/e2e/pull_test.go | |
parent | 366fc0520b1503556a177aa2fd29f529f8874544 (diff) | |
download | podman-ae1731e03fa13cfaa6d4c244dcb7827c000617e2.tar.gz podman-ae1731e03fa13cfaa6d4c244dcb7827c000617e2.tar.bz2 podman-ae1731e03fa13cfaa6d4c244dcb7827c000617e2.zip |
Fix podman push and podman pull to check for authfile
This fixes pull_test.go push_test.go is still broken because of
lack of registry support.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/pull_test.go')
-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) |