summaryrefslogtreecommitdiff
path: root/test/system/200-pod-top.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2019-03-27 10:14:00 -0600
committerEd Santiago <santiago@redhat.com>2019-03-27 10:14:00 -0600
commit67444db3b103d69f4e9b57462da19438f5fa4c1e (patch)
treeaa6d9ebc369eec3ff7a1e1cf7c510e9e78123490 /test/system/200-pod-top.bats
parentaba3a8423682635f98e4e3fd4d9a3e5a36667aeb (diff)
downloadpodman-67444db3b103d69f4e9b57462da19438f5fa4c1e.tar.gz
podman-67444db3b103d69f4e9b57462da19438f5fa4c1e.tar.bz2
podman-67444db3b103d69f4e9b57462da19438f5fa4c1e.zip
Sigh; disable pod-top test, it's unreliable (#2780)
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/200-pod-top.bats')
-rw-r--r--test/system/200-pod-top.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/200-pod-top.bats b/test/system/200-pod-top.bats
index 0200df00d..08f495fb1 100644
--- a/test/system/200-pod-top.bats
+++ b/test/system/200-pod-top.bats
@@ -3,6 +3,8 @@
load helpers
@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
# don't pull k8s.gcr.io/pause )
no_infra='--infra=false'