mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Examine all SkipIfRemote functions
Remove ones that are not needed. Document those that should be there. Document those that should be fixed. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -60,7 +60,6 @@ var _ = Describe("Podman run passwd", func() {
|
||||
})
|
||||
|
||||
It("podman can run container without /etc/passwd", func() {
|
||||
SkipIfRemote()
|
||||
dockerfile := `FROM alpine
|
||||
RUN rm -f /etc/passwd /etc/shadow /etc/group
|
||||
USER 1000`
|
||||
@ -114,7 +113,6 @@ USER 1000`
|
||||
})
|
||||
|
||||
It("podman run numeric group from image and no group file", func() {
|
||||
SkipIfRemote()
|
||||
dockerfile := `FROM alpine
|
||||
RUN rm -f /etc/passwd /etc/shadow /etc/group
|
||||
USER 1000`
|
||||
|
Reference in New Issue
Block a user