From e2c1a8fbeffbf367836b6808f4c1d099b7f903dd Mon Sep 17 00:00:00 2001
From: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date: Mon, 8 Aug 2016 18:30:05 +0100
Subject: [PATCH] check-dbus-services: we no longer ship tracker-writeback

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/D3899
---
 dbus/check-dbus-services | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dbus/check-dbus-services b/dbus/check-dbus-services
index e7c916f..6d6f58c 100755
--- a/dbus/check-dbus-services
+++ b/dbus/check-dbus-services
@@ -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)"
-- 
GitLab