mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 03:15:44 +00:00
Temporarily skip netavark/aardvark e2e test
Ref: https://github.com/containers/podman/issues/13931 Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
cf449e81ab
commit
d4e30b33a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue