mirror of https://github.com/containers/podman.git
Temporarily disable kpod create tests until kpod rm is ready
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
parent
d0f3f1fcad
commit
7c2a75335f
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue