mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
[minor] fix duplicate test name
copy/paste error in #14501. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -156,7 +156,7 @@ var _ = Describe("Podman pod clone", func() {
|
|||||||
Expect(strings[0]).Should(ContainSubstring("size=10240k"))
|
Expect(strings[0]).Should(ContainSubstring("size=10240k"))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman pod create --uts test", func() {
|
It("podman pod clone --uts test", func() {
|
||||||
SkipIfRemote("hostname for the custom NS test is not as expected on the remote client")
|
SkipIfRemote("hostname for the custom NS test is not as expected on the remote client")
|
||||||
|
|
||||||
session := podmanTest.Podman([]string{"pod", "create"})
|
session := podmanTest.Podman([]string{"pod", "create"})
|
||||||
|
Reference in New Issue
Block a user