summaryrefslogtreecommitdiff
path: root/test/system/220-healthcheck.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-22 01:17:52 -0700
committerGitHub <noreply@github.com>2021-03-22 01:17:52 -0700
commitdf1d5618dd4b46f4c24d0c196d6fbaab4e34640f (patch)
tree06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/220-healthcheck.bats
parentebc9871c9358b41daefc37e5db8119f596770cb7 (diff)
parentafce37671f19e1545d7f61bb8b9d91b3077b17ed (diff)
downloadpodman-df1d5618dd4b46f4c24d0c196d6fbaab4e34640f.tar.gz
podman-df1d5618dd4b46f4c24d0c196d6fbaab4e34640f.tar.bz2
podman-df1d5618dd4b46f4c24d0c196d6fbaab4e34640f.zip
Merge pull request #9771 from edsantiago/bats
System tests: reenable a bunch of skipped tests
Diffstat (limited to 'test/system/220-healthcheck.bats')
-rw-r--r--test/system/220-healthcheck.bats2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/220-healthcheck.bats b/test/system/220-healthcheck.bats
index 3405029c1..f929c6770 100644
--- a/test/system/220-healthcheck.bats
+++ b/test/system/220-healthcheck.bats
@@ -25,8 +25,6 @@ function _check_health {
@test "podman healthcheck" {
- skip_if_remote "FIXME: pending #7137"
-
# Create an image with a healthcheck script; said script will
# pass until the file /uh-oh gets created (by us, via exec)
cat >${PODMAN_TMPDIR}/healthcheck <<EOF