Skip to content

Commit

Permalink
Merge pull request #16758 from Luap99/nv-ipam-none
Browse files Browse the repository at this point in the history
test/e2e: enable "podman run with ipam none driver" for nv
  • Loading branch information
openshift-merge-robot authored Dec 7, 2022
2 parents 3a68b90 + c7b936a commit 7784f1d
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 @@ -1132,8 +1132,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 7784f1d

Please sign in to comment.