소스 검색

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.
Luke Meyer 7 년 전
부모
커밋
9184bf4752
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/integration/openshift_health_checker/teardown_container.yml

+ 1 - 0
test/integration/openshift_health_checker/teardown_container.yml

@@ -21,3 +21,4 @@
       docker_container:
         name: "{{ inventory_hostname }}"
         state: absent
+      failed_when: False