Skip to content

Commit

Permalink
pasta tests: remove some skips
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 16, 2023
1 parent d711c3f commit 23ead49
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/system/505-networking-pasta.bats
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,6 @@ function teardown() {
}

@test "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 \
Expand Down Expand Up @@ -697,7 +693,7 @@ function teardown() {
}

@test "TCP/IPv4 large transfer, tap" {
skip "FIXME: #20170 - test hangs"
skip "FIXME: #20170 - needs passt >= 2023-11-10"
pasta_test_do
}

Expand Down

0 comments on commit 23ead49

Please sign in to comment.