mirror of https://github.com/containers/podman.git
Merge pull request #14857 from edsantiago/dedup_uts_testname
[minor] fix duplicate test name
This commit is contained in:
commit
700f1faf6e
|
@ -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