[minor] fix duplicate test name
copy/paste error in #14501. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
d52ac4422b
commit
3adda62d29
|
@ -156,7 +156,7 @@ var _ = Describe("Podman pod clone", func() {
|
|||
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")
|
||||
|
||||
session := podmanTest.Podman([]string{"pod", "create"})
|
||||
|
|
Loading…
Reference in New Issue