diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-07 16:11:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 16:11:07 -0400 |
commit | 59b5f0ac32ddf615fada021bc62c823bb73233da (patch) | |
tree | c0f37b51b4c178f23a263d2aa293b5cc554eb4ce /test/e2e | |
parent | 0e1d01103e45430693736dac10be13c49cf23f03 (diff) | |
parent | b490905f26bcbdd23c0c431482604ad563ea7948 (diff) | |
download | podman-59b5f0ac32ddf615fada021bc62c823bb73233da.tar.gz podman-59b5f0ac32ddf615fada021bc62c823bb73233da.tar.bz2 podman-59b5f0ac32ddf615fada021bc62c823bb73233da.zip |
Merge pull request #7932 from jwhonce/jira/run-898
Restore V1 --format "table..." support
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/search_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/e2e/search_test.go b/test/e2e/search_test.go index 497949bbc..043da9059 100644 --- a/test/e2e/search_test.go +++ b/test/e2e/search_test.go @@ -237,7 +237,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search attempts HTTP if registry is in registries.insecure and force secure is false", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } @@ -278,7 +278,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search doesn't attempt HTTP if force secure is true", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } @@ -317,7 +317,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search doesn't attempt HTTP if registry is not listed as insecure", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } |