diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-22 01:17:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 01:17:52 -0700 |
commit | df1d5618dd4b46f4c24d0c196d6fbaab4e34640f (patch) | |
tree | 06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/220-healthcheck.bats | |
parent | ebc9871c9358b41daefc37e5db8119f596770cb7 (diff) | |
parent | afce37671f19e1545d7f61bb8b9d91b3077b17ed (diff) | |
download | podman-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.bats | 2 |
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 |