mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +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:
@ -528,7 +528,6 @@ var _ = Describe("Podman run networking", func() {
|
||||
})
|
||||
|
||||
It("podman run in custom CNI network with --static-ip", func() {
|
||||
SkipIfRemote()
|
||||
SkipIfRootless()
|
||||
netName := "podmantestnetwork"
|
||||
ipAddr := "10.25.30.128"
|
||||
@ -544,7 +543,6 @@ var _ = Describe("Podman run networking", func() {
|
||||
})
|
||||
|
||||
It("podman run with new:pod and static-ip", func() {
|
||||
SkipIfRemote()
|
||||
SkipIfRootless()
|
||||
netName := "podmantestnetwork2"
|
||||
ipAddr := "10.25.40.128"
|
||||
|
Reference in New Issue
Block a user