diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-04 14:58:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 14:58:35 +0200 |
commit | 6aed1076a21bc913210efd1f6ad7377dfd85a9f2 (patch) | |
tree | 3c5e6fe3267f360704ce5b10237ce884702b16c0 /test/system/220-healthcheck.bats | |
parent | 7eca5571dc9d39590bc0127f15257921dea30c55 (diff) | |
parent | a4fcf09b7ab5daa30b37705702ba2c2e30e8f9c5 (diff) | |
download | podman-6aed1076a21bc913210efd1f6ad7377dfd85a9f2.tar.gz podman-6aed1076a21bc913210efd1f6ad7377dfd85a9f2.tar.bz2 podman-6aed1076a21bc913210efd1f6ad7377dfd85a9f2.zip |
Merge pull request #7111 from edsantiago/reenable_remote_system_tests
Reenable remote system tests
Diffstat (limited to 'test/system/220-healthcheck.bats')
-rw-r--r-- | test/system/220-healthcheck.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/220-healthcheck.bats b/test/system/220-healthcheck.bats index e649ad3d2..3405029c1 100644 --- a/test/system/220-healthcheck.bats +++ b/test/system/220-healthcheck.bats @@ -25,6 +25,7 @@ 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) |