diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-02 06:43:25 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-03 06:35:45 -0400 |
commit | 8153f299ad3b663f73257cbee58875da13dc8cf8 (patch) | |
tree | dafcdc7e701724f1963462a4d0848115b6eda5de /test/e2e/pull_test.go | |
parent | 95ea39edf34e4de4450c1674721ab02a7cf6a327 (diff) | |
download | podman-8153f299ad3b663f73257cbee58875da13dc8cf8.tar.gz podman-8153f299ad3b663f73257cbee58875da13dc8cf8.tar.bz2 podman-8153f299ad3b663f73257cbee58875da13dc8cf8.zip |
Add more Remote tests
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 96340ef30..ac882927f 100644 --- a/test/e2e/pull_test.go +++ b/test/e2e/pull_test.go @@ -351,7 +351,6 @@ var _ = Describe("Podman pull", func() { }) It("podman pull from docker with nonexist --authfile", func() { - SkipIfRemote() session := podmanTest.PodmanNoCache([]string{"pull", "--authfile", "/tmp/nonexist", ALPINE}) session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Not(Equal(0))) |