Skip to content

Backpor v2024 <- v2025dev2: Skip dbus tests that are known to fail

Walter Lozano requested to merge apertis/v2025dev2 into apertis/v2024-updates

Backport !304 (merged)

With the new version of dbus from Debian Bookworm new tests were added, to the binary package, although the source code for them was already present. Some of these new tests do not work in Apertis for different reasons and have little value as integration tests for this reason disable them.

The tests are:

  • test-misc-internals: This test tries to bind to a new socket dbus[4512]: server listen error: org.freedesktop.DBus.Error.AccessDenied: Failed to bind socket "./boogie": Permission denied

  • test-service: This tests tries to use X11 *** Failed to open connection to activating message bus: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

  • test-sleep-forever: This tests never ends and the test framework only timeouts

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports