diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-22 18:34:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 18:34:20 +0100 |
commit | 474ba4c3acfc48fecb88814ba48f38e4da15ecae (patch) | |
tree | 141fc7c2ec3534c756cc564777b8966d1f044e4f /test/e2e/images_test.go | |
parent | 47616fe64720aedff76bbf37e46093800cdfee95 (diff) | |
parent | 4b8df5903f80f8100c15e362b1b0287dd1febc79 (diff) | |
download | podman-474ba4c3acfc48fecb88814ba48f38e4da15ecae.tar.gz podman-474ba4c3acfc48fecb88814ba48f38e4da15ecae.tar.bz2 podman-474ba4c3acfc48fecb88814ba48f38e4da15ecae.zip |
Merge pull request #9068 from rhatdan/remote
Turn on some remote test
Diffstat (limited to 'test/e2e/images_test.go')
-rw-r--r-- | test/e2e/images_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go index 2dab4858e..7c0d1cf78 100644 --- a/test/e2e/images_test.go +++ b/test/e2e/images_test.go @@ -319,7 +319,6 @@ WORKDIR /test }) It("podman images --all flag", func() { - SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build") dockerfile := `FROM quay.io/libpod/alpine:latest RUN mkdir hello RUN touch test.txt @@ -350,7 +349,6 @@ LABEL "com.example.vendor"="Example Vendor" }) It("podman with images with no layers", func() { - SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build") dockerfile := strings.Join([]string{ `FROM scratch`, `LABEL org.opencontainers.image.authors="<somefolks@example.org>"`, |