From 261a12b8a95533547a7cad966543f904940ac056 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 18 Jul 2023 17:38:37 -0700 Subject: [PATCH] Disable cron integration test on Alpine (#81301) The tests are now failing due to the lack of `libfaketime` in the Alpine repos. --- 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: