From 9a2e16a754c8692cd94a14ced5fbe8886564b03f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 5 Oct 2012 16:20:20 +0100 Subject: [PATCH 8/8] Knock out most of the IRC test until fd.o #55666 is fixed --- tests/twisted/account-manager/irc.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/twisted/account-manager/irc.py b/tests/twisted/account-manager/irc.py index bebf091..eb79728 100644 --- a/tests/twisted/account-manager/irc.py +++ b/tests/twisted/account-manager/irc.py @@ -67,6 +67,10 @@ def test(q, bus, mc): assert set_aliases.args[0] == { conn.self_handle: 'BruceWayne' } q.dbus_return(set_aliases.message, signature='') + # FIXME: fd.o #55666 in telepathy-glib breaks the rest of this test. + # Reinstate it when we depend on a version that has that fixed. + return + # Another client changes our alias remotely, but because this is IRC, # that manifests itself as a handle change conn.change_self_ident('thebatman') -- 1.7.10.4