mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
test/e2e/search_test.go: re-enable registry.redhat.io test
The search endpoint is working again. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -455,7 +455,6 @@ registries = ['{{.Host}}:{{.Port}}']`
|
||||
})
|
||||
|
||||
It("podman search with wildcards", func() {
|
||||
Skip("FIXME: search on registry.redhat.io is broken (Dec 16 '21)")
|
||||
search := podmanTest.Podman([]string{"search", "registry.redhat.io/*openshift*"})
|
||||
search.WaitWithDefaultTimeout()
|
||||
Expect(search).Should(Exit(0))
|
||||
|
Reference in New Issue
Block a user