summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-11 15:06:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-11 15:40:10 +0200
commit7b789d4043a5c97b5f5d5916022df5b664123d7c (patch)
treeaae82aba6b3adb0e1c2771bec2509ee49a66df30
parent99c26fbed6d30afcf2525b8204da37de0bdebda0 (diff)
downloadtelepathy-salut-7b789d4043a5c97b5f5d5916022df5b664123d7c.tar.gz
disable two-muc-{dbus,stream}-tubes.py tests
They are currently broken because of a Clique issue (fdo#69223).
-rw-r--r--tests/twisted/avahi/tubes/two-muc-dbus-tubes.py4
-rw-r--r--tests/twisted/avahi/tubes/two-muc-stream-tubes.py4
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 c47026cc..3d33a5bb 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 71dfcd52..012fc31a 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