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_kill.bats | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/kpod_kill.bats') diff --git a/test/kpod_kill.bats b/test/kpod_kill.bats index 154875145..15eaef924 100644 --- a/test/kpod_kill.bats +++ b/test/kpod_kill.bats @@ -19,6 +19,7 @@ function start_sleep_container () { } @test "kill a running container by id" { + skip "Test needs to be converted to kpod run" start_crio ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest ctr_id=$( start_sleep_container ) @@ -35,6 +36,7 @@ function start_sleep_container () { } @test "kill a running container by id with TERM" { + skip "Test needs to be converted to kpod run" start_crio ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest ctr_id=$( start_sleep_container ) @@ -51,6 +53,7 @@ function start_sleep_container () { } @test "kill a running container by name" { + skip "Test needs to be converted to kpod run" start_crio ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest ctr_id=$( start_sleep_container ) @@ -68,6 +71,7 @@ function start_sleep_container () { } @test "kill a running container by id with a bogus signal" { + skip "Test needs to be converted to kpod run" start_crio ${KPOD_BINARY} ${KPOD_OPTIONS} pull docker.io/library/busybox:latest ctr_id=$( start_sleep_container ) -- cgit v1.2.3-54-g00ecf