diff options
author | Chris Evich <cevich@redhat.com> | 2022-03-16 14:36:26 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-04-27 12:13:54 -0400 |
commit | d4e30b33a167dd02ba097aa4dfd1e7a4c1776a0a (patch) | |
tree | adb595655edb1d3b09b34aebbcf3e9b842f67671 /test/e2e | |
parent | cf449e81ab17097d88f0f2566725bfebd0635a38 (diff) | |
download | podman-d4e30b33a167dd02ba097aa4dfd1e7a4c1776a0a.tar.gz podman-d4e30b33a167dd02ba097aa4dfd1e7a4c1776a0a.tar.bz2 podman-d4e30b33a167dd02ba097aa4dfd1e7a4c1776a0a.zip |
Temporarily skip netavark/aardvark e2e test
Ref: https://github.com/containers/podman/issues/13931
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/run_networking_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/run_networking_test.go b/test/e2e/run_networking_test.go index 49c387227..baec444e4 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() |