diff options
author | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
commit | afce37671f19e1545d7f61bb8b9d91b3077b17ed (patch) | |
tree | 06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/220-healthcheck.bats | |
parent | ebc9871c9358b41daefc37e5db8119f596770cb7 (diff) | |
download | podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.gz podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.bz2 podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.zip |
System tests: reenable a bunch of skipped tests
Checking for 'skip.*[0-9]{4,5}', and checking status on said
issues, finds several that have been closed. Let's see if
they're really fixed.
Signed-off-by: Ed Santiago <santiago@redhat.com>
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 |