From d2ffcf55128ef67ffc606cbb5c677deafeec07ba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 28 Aug 2025 09:20:23 -0700 Subject: [PATCH] podman: filter flaking test "larger transfer, tap" test Test "TCP/IPv4 larger transfer, tap" is flaking currently, so let's disable it. Paul has reproduced the issue and is working on the fix so no further purpose is served by failing on it. Signed-off-by: Adam Williamson --- tests/podman.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/podman.pm b/tests/podman.pm index 796645f5..5458741d 100644 --- a/tests/podman.pm +++ b/tests/podman.pm @@ -16,8 +16,8 @@ sub run_integration_tests { # skips: # "podman checkpoint --export, with volumes" # fails on kernel 6.16, see https://github.com/checkpoint-restore/criu/issues/2626 - assert_script_run "bats --filter-tags '!ci:parallel' --filter ', with volumes' /usr/share/podman/test/system | tee /tmp/podman-bats.txt", 900; - assert_script_run 'bats --filter-tags ci:parallel --filter ", with volumes" -j $(nproc) /usr/share/podman/test/system | tee --append /tmp/podman-bats.txt', 900; + assert_script_run "bats --filter-tags '!ci:parallel' --filter 'export, with volumes|TCP/IPv4 large transfer, tap' /usr/share/podman/test/system | tee /tmp/podman-bats.txt", 900; + assert_script_run 'bats --filter-tags ci:parallel --filter "export, with volumes|TCP/IPv4 large transfer, tap" -j $(nproc) /usr/share/podman/test/system | tee --append /tmp/podman-bats.txt', 900; # restore default behaviour assert_script_run "set +o pipefail"; # ensure we ran at least 100 tests (this is a check that the