telepathy-salut: disable two-muc-{dbus,stream}-tubes.py tests

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 11 07:05:15 PDT 2013


Module: telepathy-salut
Branch: master
Commit: 7b789d4043a5c97b5f5d5916022df5b664123d7c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=7b789d4043a5c97b5f5d5916022df5b664123d7c

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 11 15:06:52 2013 +0200

disable two-muc-{dbus,stream}-tubes.py tests

They are currently broken because of a Clique issue (fdo#69223).

---

 tests/twisted/avahi/tubes/two-muc-dbus-tubes.py   |    4 ++++
 tests/twisted/avahi/tubes/two-muc-stream-tubes.py |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/avahi/tubes/two-muc-dbus-tubes.py b/tests/twisted/avahi/tubes/two-muc-dbus-tubes.py
index c47026c..3d33a5b 100644
--- a/tests/twisted/avahi/tubes/two-muc-dbus-tubes.py
+++ b/tests/twisted/avahi/tubes/two-muc-dbus-tubes.py
@@ -25,6 +25,10 @@ SERVICE = "org.freedesktop.Telepathy.Tube.Test"
 IFACE = SERVICE
 PATH = "/org/freedesktop/Telepathy/Tube/Test"
 
+print "FIXME: MUC tubes tests are currently broken: fdo#69223"
+# exiting 77 causes automake to consider the test to have been skipped
+raise SystemExit(77)
+
 class Test(Object):
     def __init__(self, tube, q):
         super(Test, self).__init__(tube, PATH)
diff --git a/tests/twisted/avahi/tubes/two-muc-stream-tubes.py b/tests/twisted/avahi/tubes/two-muc-stream-tubes.py
index 71dfcd5..012fc31 100644
--- a/tests/twisted/avahi/tubes/two-muc-stream-tubes.py
+++ b/tests/twisted/avahi/tubes/two-muc-stream-tubes.py
@@ -26,6 +26,10 @@ muc_name = "test-two-muc-stream-tubes"
 
 SERVER_WELCOME_MSG = "Welcome!"
 
+print "FIXME: MUC tubes tests are currently broken: fdo#69223"
+# exiting 77 causes automake to consider the test to have been skipped
+raise SystemExit(77)
+
 def test(q, bus, conn):
 
     # define a basic tcp server that echoes what the client says, but with



More information about the telepathy-commits mailing list