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/exists_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/exists_test.go')
-rw-r--r-- | test/e2e/exists_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/exists_test.go b/test/e2e/exists_test.go index e26fad51d..8f3b371d8 100644 --- a/test/e2e/exists_test.go +++ b/test/e2e/exists_test.go @@ -112,7 +112,6 @@ var _ = Describe("Podman image|container exists", func() { }) It("podman pod does not exist in local storage", func() { // The exit code for non-existing pod is incorrect (125 vs 1) - SkipIfRemote() session := podmanTest.Podman([]string{"pod", "exists", "foobar"}) session.WaitWithDefaultTimeout() Expect(session).Should(Exit(1)) |