Skip to content
Snippets Groups Projects
Commit e2c1a8fb authored by Simon McVittie's avatar Simon McVittie
Browse files

check-dbus-services: we no longer ship tracker-writeback


Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3899
parent 981c40e4
No related branches found
No related tags found
No related merge requests found
......@@ -160,11 +160,6 @@ for service in *.service; do
elif ! run_verbose gdbus call --$bus -d "$bus_name" -o / \
-m org.freedesktop.DBus.Peer.Ping; then
case "${bus}:$bus_name" in
(session:org.freedesktop.Tracker1.Writeback)
# https://bugs.apertis.org/show_bug.cgi?id=432
xfail "$name" "could not ping $bus_name (bug: Apertis #432)"
;;
(session:org.gnome.evolution.dataserver.UserPrompter0)
# https://bugs.apertis.org/show_bug.cgi?id=433
xfail "$name" "could not ping $bus_name (bug: Apertis #433)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment