From 63eea48d0503e14f16b434c588d957f341d7f3de Mon Sep 17 00:00:00 2001 From: Simon McVittie <simon.mcvittie@collabora.co.uk> Date: Mon, 8 Aug 2016 18:21:49 +0100 Subject: [PATCH] dbus/check-dbus-services: do not ignore localed T2326, aka #428, has now been fixed. Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3896 --- dbus/check-dbus-services | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dbus/check-dbus-services b/dbus/check-dbus-services index 81cb25f..b6ead02 100755 --- a/dbus/check-dbus-services +++ b/dbus/check-dbus-services @@ -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)" -- GitLab