mirror of https://github.com/containers/podman.git
pasta: skip "Local forwarder, IPv4" test
It is not working in CI and locally, I filed #17074 to track it so we can fix it later. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
3db8ef37d8
commit
2ad938ec6e
test/system
|
@ -335,6 +335,7 @@ function teardown() {
|
|||
}
|
||||
|
||||
@test "podman networking with pasta(1) - Local forwarder, IPv4" {
|
||||
skip "FIXME: #17074: some pasta dns problem"
|
||||
skip_if_no_ipv4 "IPv4 not routable on the host"
|
||||
|
||||
run_podman run --dns 198.51.100.1 \
|
||||
|
|
Loading…
Reference in New Issue