From 6f85808707734d75ba1c4f249ba8290180b46545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 27 Nov 2024 19:14:28 +0100 Subject: [PATCH] Clarify the reason for skip_if_remote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- test/system/155-partial-pull.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/system/155-partial-pull.bats b/test/system/155-partial-pull.bats index d062101b7a..96e6cd5525 100644 --- a/test/system/155-partial-pull.bats +++ b/test/system/155-partial-pull.bats @@ -11,7 +11,7 @@ load helpers.registry # BEGIN filtering - none of these tests will work with podman-remote function setup() { - skip_if_remote "none of these tests work with podman-remote" + skip_if_remote "zstd:chunked tests depend on start_registry (requires changing storage options); and on setting specific storage options. Neither works with podman-remote" basic_setup start_registry @@ -160,6 +160,7 @@ function mount_image_and_take_digest() { } @test "zstd chunked does not modify image content" { + skip_if_remote "need to mount an image" # remote tests are already skipped in setup, this is one more reason. skip_if_rootless "need to mount the image without unshare" image=localhost:${PODMAN_LOGIN_REGISTRY_PORT}/img-$(safename)