forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="<[email protected]>"`, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters