mirror of
https://github.com/containers/podman.git
synced 2025-09-11 09:05:23 +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:
@ -15,7 +15,7 @@ var _ = Describe("Podman unshare", func() {
|
||||
podmanTest *PodmanTestIntegration
|
||||
)
|
||||
BeforeEach(func() {
|
||||
SkipIfRemote()
|
||||
SkipIfRemote() // podman-remote unshare is not supported
|
||||
if _, err := os.Stat("/proc/self/uid_map"); err != nil {
|
||||
Skip("User namespaces not supported.")
|
||||
}
|
||||
|
Reference in New Issue
Block a user