Skip to content

Commit

Permalink
Turn on some remote test
Browse files Browse the repository at this point in the history
Just running through the tests that have SkipIfRemote("FIXME")
and attempting to not skip. Found these tests now work.

Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan authored and Achilleas Tzenetopoulos committed Jan 26, 2021
1 parent 6d0cdf8 commit 01e62c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/e2e/images_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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="<[email protected]>"`,
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/prune_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ var _ = Describe("Podman prune", func() {
})

It("podman image prune skip cache images", func() {
SkipIfRemote("FIXME: podman-remote build is not working the same as local build")
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")

none := podmanTest.Podman([]string{"images", "-a"})
Expand All @@ -110,7 +109,6 @@ var _ = Describe("Podman prune", func() {
})

It("podman image prune dangling images", func() {
SkipIfRemote("FIXME: podman-remote build is not working the same as local build")
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")

Expand Down
1 change: 0 additions & 1 deletion test/e2e/rmi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ var _ = Describe("Podman rmi", func() {
})

It("podman rmi with cached images", func() {
SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build")
podmanTest.AddImageToRWStore(cirros)
dockerfile := `FROM quay.io/libpod/cirros:latest
RUN mkdir hello
Expand Down

0 comments on commit 01e62c7

Please sign in to comment.