mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
@ -3,8 +3,6 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
@test "podman pod top - containers in different PID namespaces" {
|
@test "podman pod top - containers in different PID namespaces" {
|
||||||
skip "this test is not reliable. Reenable once pod-top is fixed."
|
|
||||||
|
|
||||||
# With infra=false, we don't get a /pause container (we also
|
# With infra=false, we don't get a /pause container (we also
|
||||||
# don't pull k8s.gcr.io/pause )
|
# don't pull k8s.gcr.io/pause )
|
||||||
no_infra='--infra=false'
|
no_infra='--infra=false'
|
||||||
@ -28,9 +26,6 @@ load helpers
|
|||||||
|
|
||||||
# By default (podman pod create w/ default --infra) there should be
|
# By default (podman pod create w/ default --infra) there should be
|
||||||
# a /pause container.
|
# a /pause container.
|
||||||
# FIXME: sometimes there is, sometimes there isn't. If anyone ever
|
|
||||||
# actually figures this out, please either reenable this line or
|
|
||||||
# remove it entirely.
|
|
||||||
if [ -z "$no_infra" ]; then
|
if [ -z "$no_infra" ]; then
|
||||||
is "$output" ".*0 \+1 \+0 \+[0-9. ?s]\+/pause" "there is a /pause container"
|
is "$output" ".*0 \+1 \+0 \+[0-9. ?s]\+/pause" "there is a /pause container"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user