mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +08:00
govern remote attach and start
fixes a race where container would start before attach could occur resulting in an error. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -217,7 +217,6 @@ var _ = Describe("Podman commit", func() {
|
||||
})
|
||||
|
||||
It("podman commit container check env variables", func() {
|
||||
Skip(v2remotefail)
|
||||
s := podmanTest.Podman([]string{"run", "--name", "test1", "-e", "TEST=1=1-01=9.01", "-it", "alpine", "true"})
|
||||
s.WaitWithDefaultTimeout()
|
||||
Expect(s.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user