From c37ae587b14473f1b32a05375459ca6ad2051e6e Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 12 Dec 2025 15:44:38 +0100 Subject: [PATCH] [v5.6-rhel] test/system: remove apk from build We do not use that package that we install for the test anyway and doing this networking connection is causing heavy flakes at the moment. Fixes: https://issues.redhat.com/browse/RHEL-138650 Signed-off-by: Paul Holzinger Signed-off-by: Yiqiao Pu --- test/system/070-build.bats | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 9d603864e7..a64b0c482d 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -16,13 +16,11 @@ load helpers dockerfile=$tmpdir/Dockerfile cat >$dockerfile < /$rand_filename EOF - # The 'apk' command can take a long time to fetch files; bump timeout imgname="b-$(safename)" - PODMAN_TIMEOUT=240 run_podman build -t $imgname --format=docker $tmpdir + run_podman build -t $imgname --format=docker $tmpdir is "$output" ".*COMMIT" "COMMIT seen in log" # $IMAGE is preloaded, so we should never re-pull