summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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