summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-05-22 15:26:16 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-05-22 15:26:16 -0400
commit9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9 (patch)
tree647b4c6dbfc861f9691fb7c317fc3a174d2226cb /test
parent3b8eb395b3e8c11679d86a0b712054fefad88914 (diff)
downloadopenshift-9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9.tar.gz
openshift-9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9.tar.bz2
openshift-9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9.tar.xz
openshift-9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9.zip
preflight int tests: fix test flake
Those tests spin up docker images and remove them at the end. The removal seems to fail randomly on test systems. Changed the removal task to ignore errors.
Diffstat (limited to 'test')
-rw-r--r--test/integration/openshift_health_checker/teardown_container.yml1
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