summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-07 19:00:33 +0000
committerGitHub <noreply@github.com>2022-07-07 19:00:33 +0000
commit700f1faf6e5449e13970fc17311b09e4ca9ac2c3 (patch)
treedf185aceb9d5a2a568901af43262e8a24d7c6eb2 /test
parentd481fbe7593b8b2ead4c77f6ceaaf2a233ef209b (diff)
parent3adda62d299f27e2262cdf896ceaf343e5aa87d4 (diff)
downloadpodman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.tar.gz
podman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.tar.bz2
podman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.zip
Merge pull request #14857 from edsantiago/dedup_uts_testname
[minor] fix duplicate test name
Diffstat (limited to 'test')
-rw-r--r--test/e2e/pod_clone_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/pod_clone_test.go b/test/e2e/pod_clone_test.go
index 0a1d2358c..9c7abe7a8 100644
--- a/test/e2e/pod_clone_test.go
+++ b/test/e2e/pod_clone_test.go
@@ -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"})