[Telepathy-commits] [telepathy-salut/master] disable test-ichat-incoming-msg.py as the test is not reliable

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Nov 7 03:36:20 PST 2008


---
 tests/twisted/avahi/test-ichat-incoming-msg.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/avahi/test-ichat-incoming-msg.py b/tests/twisted/avahi/test-ichat-incoming-msg.py
index 0e589c8..165e6c1 100644
--- a/tests/twisted/avahi/test-ichat-incoming-msg.py
+++ b/tests/twisted/avahi/test-ichat-incoming-msg.py
@@ -19,6 +19,10 @@ TEXT_MESSAGE_TYPE_NORMAL = dbus.UInt32(0)
 
 INCOMING_MESSAGE = "Test 123"
 
+print "FIXME: This test fails if there is another LL XMPP instance running on the machine."
+# exiting 77 causes automake to consider the test to have been skipped
+raise SystemExit(77)
+
 def test(q, bus, conn):
     conn.Connect()
     q.expect('dbus-signal', signal='StatusChanged', args=[0L, 0L])
-- 
1.5.6.5




More information about the Telepathy-commits mailing list