diff options
Diffstat (limited to 'test/kpod_pause.bats')
-rw-r--r-- | test/kpod_pause.bats | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kpod_pause.bats b/test/kpod_pause.bats index 84321beb3..c756c6785 100644 --- a/test/kpod_pause.bats +++ b/test/kpod_pause.bats @@ -21,6 +21,7 @@ function teardown() { } @test "pause a created 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" @@ -46,6 +47,7 @@ function teardown() { } @test "pause 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" @@ -75,6 +77,7 @@ function teardown() { } @test "pause 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" @@ -103,6 +106,7 @@ function teardown() { } @test "remove a paused 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" @@ -141,6 +145,7 @@ function teardown() { } @test "stop a paused container created by id" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" |