Merge pull request #14857 from edsantiago/dedup_uts_testname

[minor] fix duplicate test name
This commit is contained in:
openshift-ci[bot] 2022-07-07 19:00:33 +00:00 committed by GitHub
commit 700f1faf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"})