From 3e43029a32b3b70054fb9104d717817981bb7292 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:26:24 +0200 Subject: [PATCH] [PR #9035/b1f46040 backport][stable-8] Skip timezone test on RHEL 7.9 VMs (#9038) Skip timezone test on RHEL 7.9 VMs (#9035) Skip timezone test on RHEL 7.9 VMs. (cherry picked from commit b1f4604067b5af4341c9febe24697a658d3fcfdd) Co-authored-by: Felix Fontein --- tests/integration/targets/timezone/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/timezone/aliases b/tests/integration/targets/timezone/aliases index 007bed5386..c7f0c89c23 100644 --- a/tests/integration/targets/timezone/aliases +++ b/tests/integration/targets/timezone/aliases @@ -7,3 +7,4 @@ destructive skip/aix skip/osx skip/macos +skip/rhel7.9 # TODO: '/bin/timedatectl set-local-rtc no' fails with 'Failed to set local RTC: Failed to set RTC to local/UTC: Input/output error'