mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Enable rootless integration tests
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -305,6 +305,7 @@ var _ = Describe("Podman ps", func() {
|
||||
})
|
||||
|
||||
It("podman ps test with port range", func() {
|
||||
SkipIfRootless()
|
||||
session := podmanTest.RunTopContainer("")
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user