From 7b789d4043a5c97b5f5d5916022df5b664123d7c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Sep 2013 15:06:52 +0200 Subject: 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(+) 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 -- cgit v1.2.1