From c779af621e93697a94e1885f3816095e58fad8bc Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 18 Jul 2023 18:12:08 -0700 Subject: [PATCH] [stable-2.15] Disable cron integration test on Alpine (#81301) (#81302) The tests are now failing due to the lack of `libfaketime` in the Alpine repos. (cherry picked from commit 261a12b8a95533547a7cad966543f904940ac056) --- test/integration/targets/setup_cron/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/targets/setup_cron/tasks/main.yml b/test/integration/targets/setup_cron/tasks/main.yml index 730926d17f9..73cce2a2661 100644 --- a/test/integration/targets/setup_cron/tasks/main.yml +++ b/test/integration/targets/setup_cron/tasks/main.yml @@ -1,3 +1,7 @@ +- name: Alpine is not supported due to lack of libfaketime + meta: end_host + when: ansible_distribution == 'Alpine' + - name: Include distribution specific variables include_vars: "{{ lookup('first_found', search) }}" vars: