Skip to content

Commit

Permalink
test/e2e: enable "podman run with ipam none driver" for nv
Browse files Browse the repository at this point in the history
This should work since nv v1.1.

Fixes containers#13931

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Dec 6, 2022
1 parent f218a46 commit c7b936a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/run_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c7b936a

Please sign in to comment.