mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
v2 enable remote integration tests
enable remote integration tests Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -217,6 +217,7 @@ 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