summaryrefslogtreecommitdiff
path: root/test/e2e/commit_test.go
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-05-20 12:49:55 -0500
committerBrent Baude <bbaude@redhat.com>2020-05-20 13:02:18 -0500
commitce24e1139c63b35ddc2c6b176e5701de1dc9f8b5 (patch)
tree4e14cca7c4f9c795bdd83008b66d0bf1680c37e2 /test/e2e/commit_test.go
parent09f8f14b4f7d09946d3d5cfc5460ec9923f7da59 (diff)
downloadpodman-ce24e1139c63b35ddc2c6b176e5701de1dc9f8b5.tar.gz
podman-ce24e1139c63b35ddc2c6b176e5701de1dc9f8b5.tar.bz2
podman-ce24e1139c63b35ddc2c6b176e5701de1dc9f8b5.zip
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>
Diffstat (limited to 'test/e2e/commit_test.go')
-rw-r--r--test/e2e/commit_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/commit_test.go b/test/e2e/commit_test.go
index d3b6fba0c..72387ed8c 100644
--- a/test/e2e/commit_test.go
+++ b/test/e2e/commit_test.go
@@ -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))