diff options
Diffstat (limited to 'test/kpod_rm.bats')
-rw-r--r-- | test/kpod_rm.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/kpod_rm.bats b/test/kpod_rm.bats index 022e3efc2..30a8a9ab0 100644 --- a/test/kpod_rm.bats +++ b/test/kpod_rm.bats @@ -9,6 +9,7 @@ function teardown() { } @test "remove a stopped container" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -32,6 +33,7 @@ function teardown() { } @test "refuse to remove a running container" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -53,6 +55,7 @@ function teardown() { } @test "remove a created container" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -70,6 +73,7 @@ function teardown() { } @test "remove a running container" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" |