mirror of
https://github.com/containers/podman.git
synced 2025-07-20 20:13:40 +08:00
Update test case name to podman run with --mount flag
Update the test case name to make it easier to filter --mount related test cases with -ginkgo.focus. Signed-off-by: Yiqiao Pu <ypu@redhat.com>
This commit is contained in:
@ -204,7 +204,7 @@ var _ = Describe("Podman run", func() {
|
||||
Expect(session.OutputToString()).To(ContainSubstring("/run/test rw,relatime, shared"))
|
||||
})
|
||||
|
||||
It("podman run with mount flag", func() {
|
||||
It("podman run with --mount flag", func() {
|
||||
if podmanTest.Host.Arch == "ppc64le" {
|
||||
Skip("skip failing test on ppc64le")
|
||||
}
|
||||
|
Reference in New Issue
Block a user