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_stop.bats | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/kpod_stop.bats') diff --git a/test/kpod_stop.bats b/test/kpod_stop.bats index 72e818d40..2dbe404b2 100644 --- a/test/kpod_stop.bats +++ b/test/kpod_stop.bats @@ -13,6 +13,7 @@ function teardown() { } @test "stop a running container by id" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -34,6 +35,7 @@ function teardown() { } @test "stop a running container by name" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" -- cgit v1.2.3-54-g00ecf