Skip to content

Commit

Permalink
Temporarily skip netavark/aardvark e2e test
Browse files Browse the repository at this point in the history
Ref: containers#13931

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Apr 27, 2022
1 parent cf449e8 commit d4e30b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/run_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,8 @@ EXPOSE 2004-2005/tcp`, ALPINE)
})

It("podman run with ipam none driver", func() {
// Test fails, issue #13931
SkipIfNetavark(podmanTest)
net := "ipam" + stringid.GenerateNonCryptoID()
session := podmanTest.Podman([]string{"network", "create", "--ipam-driver=none", net})
session.WaitWithDefaultTimeout()
Expand Down

0 comments on commit d4e30b3

Please sign in to comment.