mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user