diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-20 22:41:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 22:41:22 +0200 |
commit | 46ca450436b592b2ae0fdeb6f05746af124cc514 (patch) | |
tree | 18c149fb26e67cbcdc5218df06597baffa02b563 /test/e2e | |
parent | 6a75dfa8a85d7b9677f545aba976dbe82404cf3d (diff) | |
parent | ce24e1139c63b35ddc2c6b176e5701de1dc9f8b5 (diff) | |
download | podman-46ca450436b592b2ae0fdeb6f05746af124cc514.tar.gz podman-46ca450436b592b2ae0fdeb6f05746af124cc514.tar.bz2 podman-46ca450436b592b2ae0fdeb6f05746af124cc514.zip |
Merge pull request #6300 from baude/v2governattach
govern remote attach and start
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/commit_test.go | 1 |
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)) |