diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-23 20:36:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 20:36:28 +0100 |
commit | bbc0deb8e8b131d901c2c9932add328258ccd341 (patch) | |
tree | 152559dfb4fc7c50188f14f13a3b9fc6f4de7434 /test | |
parent | 54b82a175f16f27849e6791f65bf73eccae4701a (diff) | |
parent | e577ddf3bdf8bb594d1b3287053d6aa61aeae784 (diff) | |
download | podman-bbc0deb8e8b131d901c2c9932add328258ccd341.tar.gz podman-bbc0deb8e8b131d901c2c9932add328258ccd341.tar.bz2 podman-bbc0deb8e8b131d901c2c9932add328258ccd341.zip |
Merge pull request #8609 from rhatdan/image
Prefer read/write images over read/only images
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/exists_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/exists_test.go b/test/e2e/exists_test.go index 7ff5d4207..480bfe5fc 100644 --- a/test/e2e/exists_test.go +++ b/test/e2e/exists_test.go @@ -38,7 +38,6 @@ var _ = Describe("Podman image|container exists", func() { Expect(session).Should(Exit(0)) }) It("podman image exists in local storage by short name", func() { - Skip("FIXME-8165: shortnames don't seem to work with quay (#8176)") session := podmanTest.Podman([]string{"image", "exists", "alpine"}) session.WaitWithDefaultTimeout() Expect(session).Should(Exit(0)) |