summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-05 15:40:19 -0400
committerGitHub <noreply@github.com>2022-05-05 15:40:19 -0400
commit83ef2c721ad438256b136b3491e504a6e70b64c9 (patch)
treef6de5a7db4fb79801d607eb4c1fb0c1553341b90 /test/e2e
parent8081d921b2bf39a418155a6822e55f3392ad63f6 (diff)
parentd57bbdb5cd24966a4a6f01dbdea6b17a6ef2965b (diff)
downloadpodman-83ef2c721ad438256b136b3491e504a6e70b64c9.tar.gz
podman-83ef2c721ad438256b136b3491e504a6e70b64c9.tar.bz2
podman-83ef2c721ad438256b136b3491e504a6e70b64c9.zip
Merge pull request #14127 from rhatdan/v4.1
Vendor in containers/buildah@v1.26.1
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/run_networking_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/run_networking_test.go b/test/e2e/run_networking_test.go
index 39c26ec4a..c9990b70f 100644
--- a/test/e2e/run_networking_test.go
+++ b/test/e2e/run_networking_test.go
@@ -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()