[Telepathy-commits] [telepathy-gabble/master] test-connect-twice.py: disabled

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:52:55 PDT 2008


20080603163527-a41c0-54371ef3f82f128a0758b1f1754e5614af9b1654.gz
---
 tests/twisted/test-connect-twice.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/test-connect-twice.py b/tests/twisted/test-connect-twice.py
index cebc0cf..4b6289a 100644
--- a/tests/twisted/test-connect-twice.py
+++ b/tests/twisted/test-connect-twice.py
@@ -20,6 +20,14 @@ from gabbletest import make_connection, make_stream, JabberAuthenticator, \
 NS_XMPP_TLS = 'urn:ietf:params:xml:ns:xmpp-tls'
 NS_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
 
+
+print "FIXME: test-connect-twice.py disabled due to a bug in Loudmouth:"
+print "       http://developer.imendio.com/issues/browse/LM-44"
+print "       https://bugs.freedesktop.org/show_bug.cgi?id=14341"
+# exiting 77 causes automake to consider the test to have been skipped
+raise SystemExit(77)
+
+
 class BlockForeverTlsAuthenticator(xmlstream.Authenticator):
     """A TLS stream authenticator that is deliberately broken. It sends
     <proceed/> to the client but then do nothing, so the TLS handshake will
-- 
1.5.6.3




More information about the Telepathy-commits mailing list