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

dbus/check-dbus-services: do not ignore localed


T2326, aka #428, has now been fixed.

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/D3896
parent 87ae5608
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Check that all activatable D-Bus services use systemd, and that they
# can be started
#
# Copyright © 2015 Collabora Ltd.
# Copyright © 2015-2016 Collabora Ltd.
#
# SPDX-License-Identifier: MPL-2.0
# This Source Code Form is subject to the terms of the Mozilla Public
......@@ -175,11 +175,6 @@ for service in *.service; do
fi
;;
(system:org.freedesktop.locale1)
# https://bugs.apertis.org/show_bug.cgi?id=428
xfail "$name" "could not ping $bus_name (bug: Apertis #428)"
;;
(session:ca.desrt.dconf-editor)
# https://bugs.apertis.org/show_bug.cgi?id=431
xfail "$name" "could not ping $bus_name (bug: Apertis #431)"
......
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