From b1f4604067b5af4341c9febe24697a658d3fcfdd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 19 Oct 2024 14:05:48 +0200 Subject: [PATCH] Skip timezone test on RHEL 7.9 VMs (#9035) Skip timezone test on RHEL 7.9 VMs. --- 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'