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

check-dbus-services: ca.desrt.dconf-editor works now


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/D3898
parent 9e9aa738
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:ca.desrt.dconf-editor)
# https://bugs.apertis.org/show_bug.cgi?id=431
xfail "$name" "could not ping $bus_name (bug: Apertis #431)"
;;
(session:org.freedesktop.Tracker1.Writeback)
# https://bugs.apertis.org/show_bug.cgi?id=432
xfail "$name" "could not ping $bus_name (bug: Apertis #432)"
......
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