summaryrefslogtreecommitdiff
path: root/test/system/200-pod-top.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-10 11:52:44 +0200
committerGitHub <noreply@github.com>2019-08-10 11:52:44 +0200
commitd65cb664379117de527aeb253f1d4230998d2939 (patch)
tree8f066968a431a093547a3439d171d73bcae91b70 /test/system/200-pod-top.bats
parentb6e2bc3cc99c5819891efe1c77d03686b8707269 (diff)
parent5c108cdab4888c53fbe7d4cb546544cc5a4929aa (diff)
downloadpodman-d65cb664379117de527aeb253f1d4230998d2939.tar.gz
podman-d65cb664379117de527aeb253f1d4230998d2939.tar.bz2
podman-d65cb664379117de527aeb253f1d4230998d2939.zip
Merge pull request #3758 from edsantiago/bats
implement 'make remotesystem'
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 10808ddb2..bba1e8d14 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_if_remote "podman-pod does not work with podman-remote"
+
# With infra=false, we don't get a /pause container (we also
# don't pull k8s.gcr.io/pause )
no_infra='--infra=false'