summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-27 09:47:41 -0700
committerGitHub <noreply@github.com>2019-03-27 09:47:41 -0700
commitfbabe5538f734d28891ea0516e645885677e3d47 (patch)
tree4be7ab90bd9ce9e355760182bab9725bdba79c51
parentc600014643fec02b5d48f092b90cc8a511c74eff (diff)
parent67444db3b103d69f4e9b57462da19438f5fa4c1e (diff)
downloadpodman-fbabe5538f734d28891ea0516e645885677e3d47.tar.gz
podman-fbabe5538f734d28891ea0516e645885677e3d47.tar.bz2
podman-fbabe5538f734d28891ea0516e645885677e3d47.zip
Merge pull request #2781 from edsantiago/bats
Sigh; disable pod-top test, it's unreliable (#2780)
-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'