mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
Temporarily disable kpod create tests until kpod rm is ready
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -11,12 +11,14 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "create a container based on local image" {
|
||||
skip "Reenable after kpod rm merges, and use rm to clean up"
|
||||
run ${KPOD_BINARY} ${KPOD_OPTIONS} create $BB ls
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
@test "create a container based on a remote image" {
|
||||
skip "Reenable after kpod rm merges, and use rm to clean up"
|
||||
run ${KPOD_BINARY} ${KPOD_OPTIONS} create ${BB_GLIBC} ls
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
|
Reference in New Issue
Block a user