summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-15 00:18:53 +0200
committerGitHub <noreply@github.com>2019-06-15 00:18:53 +0200
commit90e3c9002b2293569e0cec168a30ecb962b00034 (patch)
tree709da03b7768049b8a8f1228e29905a8ce40c635 /test
parentcba622b6097959d7659d4cfa05637cce672b87d6 (diff)
parentc866e441d026350a3216f46e36e77278784b6afc (diff)
downloadpodman-90e3c9002b2293569e0cec168a30ecb962b00034.tar.gz
podman-90e3c9002b2293569e0cec168a30ecb962b00034.tar.bz2
podman-90e3c9002b2293569e0cec168a30ecb962b00034.zip
Merge pull request #3328 from mheon/storage_opts_for_cleanup
When creating exit command, pass storage options on
Diffstat (limited to 'test')
-rw-r--r--test/e2e/runlabel_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/runlabel_test.go b/test/e2e/runlabel_test.go
index 5ef68603e..4e2cb501e 100644
--- a/test/e2e/runlabel_test.go
+++ b/test/e2e/runlabel_test.go
@@ -85,6 +85,7 @@ var _ = Describe("podman container runlabel", func() {
})
It("podman container runlabel global options", func() {
+ Skip("Test nonfunctional for podman-in-podman testing")
image := "podman-global-test:ls"
podmanTest.BuildImage(GlobalDockerfile, image, "false")
result := podmanTest.Podman([]string{"--syslog", "--log-level", "debug", "container", "runlabel", "RUN", image})