summaryrefslogtreecommitdiff
path: root/test/e2e/images_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-22 18:59:30 +0100
committerGitHub <noreply@github.com>2021-11-22 18:59:30 +0100
commite3a7a743c50f7131fde98380b8059c463468c653 (patch)
tree3f1a1b54bbce0126b534f1bc2c369e54f96253ff /test/e2e/images_test.go
parent72031783c5152cc715a8f1b6dc39bb5de8bfc3ca (diff)
parentfe30b30458098c2d4f97e3cf5513870a6bac8e06 (diff)
downloadpodman-e3a7a743c50f7131fde98380b8059c463468c653.tar.gz
podman-e3a7a743c50f7131fde98380b8059c463468c653.tar.bz2
podman-e3a7a743c50f7131fde98380b8059c463468c653.zip
Merge pull request #12383 from edsantiago/flake_fixes
[v3.4] backport Flake fixes
Diffstat (limited to 'test/e2e/images_test.go')
-rw-r--r--test/e2e/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go
index b4ec7447e..3a9f3f513 100644
--- a/test/e2e/images_test.go
+++ b/test/e2e/images_test.go
@@ -144,7 +144,7 @@ var _ = Describe("Podman images", func() {
result := podmanTest.Podman([]string{"images", "-q", "-f", "reference=quay.io*"})
result.WaitWithDefaultTimeout()
Expect(result).Should(Exit(0))
- Expect(len(result.OutputToStringArray())).To(Equal(8))
+ Expect(len(result.OutputToStringArray())).To(Equal(7))
retalpine := podmanTest.Podman([]string{"images", "-f", "reference=a*pine"})
retalpine.WaitWithDefaultTimeout()