Skip to content

Commit

Permalink
Clarify the reason for skip_if_remote
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Nov 27, 2024
1 parent 39e08c3 commit 6f85808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/system/155-partial-pull.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6f85808

Please sign in to comment.