mirror of
https://github.com/containers/podman.git
synced 2026-03-19 15:18:44 -04: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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user