mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #7786 from rhatdan/rootless
Remove SkipIfRootless if possible, document other calls
This commit is contained in:
@ -135,6 +135,7 @@ var _ = Describe("Podman network", func() {
|
||||
})
|
||||
|
||||
It("podman network rm", func() {
|
||||
SkipIfRootless() // FIXME: This one is definitely broken in rootless mode
|
||||
// Setup, use uuid to prevent conflict with other tests
|
||||
uuid := stringid.GenerateNonCryptoID()
|
||||
secondPath := filepath.Join(podmanTest.CNIConfigDir, fmt.Sprintf("%s.conflist", uuid))
|
||||
|
Reference in New Issue
Block a user