diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-23 18:41:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 18:41:47 -0500 |
commit | dc9786a20225e970edf45daf2038e419f2fe7802 (patch) | |
tree | d5daed326582d8e3a945f39b5d2bbac596bdcc00 | |
parent | 8c57b7f62f6351d03c1e28d7cff88279fc16f88a (diff) | |
parent | 9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9 (diff) | |
download | openshift-dc9786a20225e970edf45daf2038e419f2fe7802.tar.gz openshift-dc9786a20225e970edf45daf2038e419f2fe7802.tar.bz2 openshift-dc9786a20225e970edf45daf2038e419f2fe7802.tar.xz openshift-dc9786a20225e970edf45daf2038e419f2fe7802.zip |
Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flake
Merged by openshift-bot
-rw-r--r-- | test/integration/openshift_health_checker/teardown_container.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/openshift_health_checker/teardown_container.yml b/test/integration/openshift_health_checker/teardown_container.yml index fe11e2617..e84fee1f5 100644 --- a/test/integration/openshift_health_checker/teardown_container.yml +++ b/test/integration/openshift_health_checker/teardown_container.yml @@ -21,3 +21,4 @@ docker_container: name: "{{ inventory_hostname }}" state: absent + failed_when: False |