Skip to content

Commit

Permalink
kola: Exclude user dbus session entries from dead symbolic links check
Browse files Browse the repository at this point in the history
After enabling the user dbus session, the dead link check fails because
the path always contains dead links but that's expected behavior.
  • Loading branch information
pothos committed May 3, 2024
1 parent 66ebbc5 commit fefff10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/misc/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func DeadLinks(c cluster.TestCluster) {
"/run/systemd",
"/run/udev/links",
"/run/udev/watch",
"/run/user/500/systemd/units",
"/sys",
"/var/lib/docker",
"/var/lib/rkt",
Expand Down

0 comments on commit fefff10

Please sign in to comment.