mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
test/e2e: enable "podman run with ipam none driver" for nv
This should work since nv v1.1. Fixes #13931 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -1133,8 +1133,6 @@ EXPOSE 2004-2005/tcp`, ALPINE)
|
||||
})
|
||||
|
||||
It("podman run with ipam none driver", func() {
|
||||
// Test fails, issue #13931
|
||||
SkipIfNetavark(podmanTest)
|
||||
net := "ipam" + stringid.GenerateRandomID()
|
||||
session := podmanTest.Podman([]string{"network", "create", "--ipam-driver=none", net})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
Reference in New Issue
Block a user