From 957ccd463e7bb21318d89e62369aae24f4f24440 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 11:00:20 +0100 Subject: [PATCH] [PR #7831/8891f559 backport][stable-7] Disable timezone tests on Arch Linux (#7834) Disable timezone tests on Arch Linux (#7831) Disable timezone tests on Arch Linux. (cherry picked from commit 8891f559efd18ba45680ef3a9e0d6eaf7fb49aae) Co-authored-by: Felix Fontein --- tests/integration/targets/timezone/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/timezone/tasks/main.yml b/tests/integration/targets/timezone/tasks/main.yml index 54a028868f..721341592a 100644 --- a/tests/integration/targets/timezone/tasks/main.yml +++ b/tests/integration/targets/timezone/tasks/main.yml @@ -77,6 +77,7 @@ when: - ansible_facts.distribution ~ ansible_facts.distribution_major_version not in ['Fedora31', 'Fedora32'] - not (ansible_os_family == 'Alpine') # TODO + - not (ansible_distribution == 'Archlinux') # TODO block: - name: set timezone to Etc/UTC timezone: