diff options
Diffstat (limited to 'test/kpod_stop.bats')
-rw-r--r-- | test/kpod_stop.bats | 2 |
1 files changed, 2 insertions, 0 deletions
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" |