diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-11 08:21:20 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-07-06 15:22:24 -0400 |
commit | a10d5b42ab781932d4738334878bafa8406e5f23 (patch) | |
tree | 730fb8de74d5e2dd7d8bc42e8b434836494d0973 /test/e2e/start_test.go | |
parent | f4708a5c49e49694307a63ce70d0b9c5fe5c310f (diff) | |
download | podman-a10d5b42ab781932d4738334878bafa8406e5f23.tar.gz podman-a10d5b42ab781932d4738334878bafa8406e5f23.tar.bz2 podman-a10d5b42ab781932d4738334878bafa8406e5f23.zip |
Change buildtag for remoteclient to remote for testing
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/start_test.go')
-rw-r--r-- | test/e2e/start_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/start_test.go b/test/e2e/start_test.go index 761b1c4ca..bf62a65f2 100644 --- a/test/e2e/start_test.go +++ b/test/e2e/start_test.go @@ -120,6 +120,7 @@ var _ = Describe("Podman start", func() { }) It("podman failed to start with --rm should delete the container", func() { + Skip(v2remotefail) session := podmanTest.Podman([]string{"create", "--name", "test1", "-it", "--rm", ALPINE, "foo"}) session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Equal(0)) |