Skip to content

Commit

Permalink
Skip buildx test with VFS podman storage driver
Browse files Browse the repository at this point in the history
Ref: containers#17520

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Feb 22, 2023
1 parent dd51b62 commit 10382d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/system/070-build.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ EOF
}

@test "podman buildx - basic test" {
run_podman info --format "{{.Store.GraphDriverName}}"
if [[ "$output" == "vfs" ]]; then
skip "Test not supported with VFS podman storage driver (#17520)"
fi

rand_filename=$(random_string 20)
rand_content=$(random_string 50)

Expand Down

0 comments on commit 10382d0

Please sign in to comment.