From 6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 12:06:57 -0400 Subject: Remove CRIO tests, disable broken kpod tests Signed-off-by: Matthew Heon --- test/kpod_wait.bats | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/kpod_wait.bats') diff --git a/test/kpod_wait.bats b/test/kpod_wait.bats index ba7556b2e..8d11e634d 100644 --- a/test/kpod_wait.bats +++ b/test/kpod_wait.bats @@ -24,6 +24,7 @@ function container_start() { } @test "wait on a bogus container" { + skip "Needs to be converted to kpod run" start_crio run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343 echo $output @@ -32,6 +33,7 @@ function container_start() { } @test "wait on a stopped container" { + skip "Needs to be converted to kpod run" run ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest echo $output [ "$status" -eq 0 ] @@ -49,6 +51,7 @@ function container_start() { } @test "wait on a sleeping container" { + skip "Needs to be converted to kpod run" run ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest echo $output [ "$status" -eq 0 ] -- cgit v1.2.3-54-g00ecf