Skip to content

Commit

Permalink
tests: Ignore json-glib broken symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
travier authored and dustymabe committed Aug 29, 2024
1 parent f5ea8ce commit b74145d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/kola/files/validate-symlinks
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand All @@ -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'
Expand Down

0 comments on commit b74145d

Please sign in to comment.