summaryrefslogtreecommitdiff
path: root/tests/twisted/avahi/tubes/request-muc-tubes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/avahi/tubes/request-muc-tubes.py')
-rw-r--r--tests/twisted/avahi/tubes/request-muc-tubes.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/twisted/avahi/tubes/request-muc-tubes.py b/tests/twisted/avahi/tubes/request-muc-tubes.py
index 21100f15..206f3384 100644
--- a/tests/twisted/avahi/tubes/request-muc-tubes.py
+++ b/tests/twisted/avahi/tubes/request-muc-tubes.py
@@ -8,7 +8,7 @@ import avahitest
from twisted.words.xish import domish
-from saluttest import exec_test, wait_for_contact_list
+from saluttest import exec_test
from servicetest import call_async, EventPattern, wrap_channel, pretty
import constants as cs
@@ -19,10 +19,6 @@ def test(q, bus, conn):
q.expect('dbus-signal', signal='StatusChanged', args=[0L, 0L])
- # FIXME: this is a hack to be sure to have all the contact list channels
- # announced so they won't interfere with the muc ones announces.
- wait_for_contact_list(q, conn)
-
# check if we can request tube channels
properties = conn.Properties.GetAll(cs.CONN_IFACE_REQUESTS)
assert ({cs.CHANNEL_TYPE: cs.CHANNEL_TYPE_STREAM_TUBE,