summaryrefslogtreecommitdiff
path: root/test/e2e/images_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-21 23:46:09 +0200
committerGitHub <noreply@github.com>2020-05-21 23:46:09 +0200
commitb023d6d541f7feb16f64ee0ca1ac10e442d33241 (patch)
tree6ed7c24c1daa1b19a84422612c419179c7a71993 /test/e2e/images_test.go
parentd6888516a2326f03e46c75a992f68713b0fb8aad (diff)
parentb9410665660f2323922aefd4cc63372532456a2a (diff)
downloadpodman-b023d6d541f7feb16f64ee0ca1ac10e442d33241.tar.gz
podman-b023d6d541f7feb16f64ee0ca1ac10e442d33241.tar.bz2
podman-b023d6d541f7feb16f64ee0ca1ac10e442d33241.zip
Merge pull request #6329 from rhatdan/test
Turn on more remote tests
Diffstat (limited to 'test/e2e/images_test.go')
-rw-r--r--test/e2e/images_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go
index 1715cf8c1..1b23aba36 100644
--- a/test/e2e/images_test.go
+++ b/test/e2e/images_test.go
@@ -131,7 +131,6 @@ var _ = Describe("Podman images", func() {
})
It("podman images filter by image name", func() {
- Skip(v2remotefail)
podmanTest.RestoreAllArtifacts()
session := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
session.WaitWithDefaultTimeout()