From 9184bf47523b2cfe45a6d41140fc2d5dd17a9cd9 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Mon, 22 May 2017 15:26:16 -0400 Subject: 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. --- test/integration/openshift_health_checker/teardown_container.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.1