summaryrefslogtreecommitdiff
path: root/test/kpod_logs.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/kpod_logs.bats')
-rw-r--r--test/kpod_logs.bats3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/kpod_logs.bats b/test/kpod_logs.bats
index 1e3015566..a2d74605d 100644
--- a/test/kpod_logs.bats
+++ b/test/kpod_logs.bats
@@ -9,6 +9,7 @@ function teardown() {
}
@test "display logs for container" {
+ skip "Test needs to be converted to kpod run"
start_crio
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
echo "$output"
@@ -30,6 +31,7 @@ function teardown() {
}
@test "tail three lines of logs for 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 "display logs for container since a given time" {
+ skip "Test needs to be converted to kpod run"
start_crio
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
echo "$output"