summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-06-14 13:52:10 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-14 19:03:52 +0000
commitc1ef1151ac5b1e3845562c10f5b5fcc8b1b82ecf (patch)
treeca3b86e1466a04ec56363af7ef5dd8830c013f5e /test
parent452cb26d0d3b38ef4c0d367bee566a4f817921b1 (diff)
downloadpodman-c1ef1151ac5b1e3845562c10f5b5fcc8b1b82ecf.tar.gz
podman-c1ef1151ac5b1e3845562c10f5b5fcc8b1b82ecf.tar.bz2
podman-c1ef1151ac5b1e3845562c10f5b5fcc8b1b82ecf.zip
Temporarily turn of ps --last test until fixed
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #944 Approved by: rhatdan
Diffstat (limited to 'test')
-rw-r--r--test/e2e/ps_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/ps_test.go b/test/e2e/ps_test.go
index 19de6b026..feb0628b3 100644
--- a/test/e2e/ps_test.go
+++ b/test/e2e/ps_test.go
@@ -89,6 +89,8 @@ var _ = Describe("Podman ps", func() {
})
It("podman ps last flag", func() {
+ Skip("--last flag nonfunctional and disabled")
+
_, ec, _ := podmanTest.RunLsContainer("test1")
Expect(ec).To(Equal(0))