Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/idmaps.bats: only test .imagestore on overlay and vfs #1348

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/idmaps.bats
Original file line number Diff line number Diff line change
Expand Up @@ -965,10 +965,10 @@ load helpers

@test "idmaps-create-layer-from-another-image-store" {
case "$STORAGE_DRIVER" in
btrfs|devicemapper|overlay*|vfs|zfs)
overlay*|vfs)
;;
*)
skip "not supported by driver $STORAGE_DRIVER"
skip ".imagestore option not supported by driver ${STORAGE_DRIVER}"
;;
esac
case "$STORAGE_OPTION" in
Expand Down