mirror of
https://github.com/containers/podman.git
synced 2026-07-08 14:25:04 -04:00
test/python/docker/compat: skip test_search_image
It does not seem to work in the new CI system right now.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
(cherry picked from commit 30aaf14abb)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -46,6 +46,7 @@ class TestImages(common.DockerTestCase):
|
||||
|
||||
def test_search_image(self):
|
||||
"""Search for image"""
|
||||
self.skipTest("FIXME: search seems broken with our new CI and local registry mirror setup")
|
||||
for registry in self.docker.images.search("alpine"):
|
||||
# registry matches if string is in either one
|
||||
self.assertIn("alpine", registry["Name"] + " " + registry["Description"].lower())
|
||||
|
||||
Reference in New Issue
Block a user