mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Skip pasta local forwarder test on debian SID
Requires currently unavailable 0.0~git20230625.32660ce-1 or later. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -448,6 +448,10 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "podman networking with pasta(1) - Local forwarder, IPv4" {
|
||||
if [[ "$CIRRUS_CI" == "true" ]] && [[ "$DISTRO_NV" == "debian-13" ]]; then
|
||||
skip "FIXME: Needs passt 0.0~git20230625.32660ce-1 or later in debian SID, unavailable 8-2023."
|
||||
fi
|
||||
|
||||
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