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:
Chris Evich
2023-08-01 11:33:58 -04:00
parent b69cd8d84c
commit 27d79e1fca

View File

@ -448,6 +448,10 @@ function teardown() {
} }
@test "podman networking with pasta(1) - Local forwarder, IPv4" { @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" skip_if_no_ipv4 "IPv4 not routable on the host"
run_podman run --dns 198.51.100.1 \ run_podman run --dns 198.51.100.1 \