From b74145d9b60e05f4978f0e476f7d336a84920ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 21 Aug 2024 18:28:40 +0200 Subject: [PATCH] tests: Ignore json-glib broken symlink See: https://bugzilla.redhat.com/show_bug.cgi?id=2297094 See: https://github.com/coreos/fedora-coreos-config/pull/3109 --- tests/kola/files/validate-symlinks | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/kola/files/validate-symlinks b/tests/kola/files/validate-symlinks index fde83bb581..791d11df30 100755 --- a/tests/kola/files/validate-symlinks +++ b/tests/kola/files/validate-symlinks @@ -14,8 +14,11 @@ set -xeuo pipefail . "$KOLA_EXT_DATA/commonlib.sh" # List of known broken symlinks that require further investigation. -# The sym links in /usr/lib/firmware are often broken and are -# typically not an issue, so let's skip this location altogether. +# +# - The symlinks in /usr/lib/firmware are often broken and are typically not an +# issue, so let's skip this location altogether. +# - json-glib -> https://bugzilla.redhat.com/show_bug.cgi?id=2297094 +# list_broken_symlinks_skip=( '/etc/mtab' '/etc/ssl/' @@ -25,6 +28,7 @@ list_broken_symlinks_skip=( '/usr/lib/bootc/storage' '/usr/lib/firmware' '/usr/lib/modules/' + '/usr/share/licenses/json-glib/COPYING' '/usr/share/rhel/secrets/etc-pki-entitlement' '/usr/share/rhel/secrets/redhat.repo' '/usr/share/rhel/secrets/rhsm'