summary refs log tree commit diff
path: root/tests/handlers/test_presencelike.py
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-08-28 10:50:39 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-08-28 16:00:14 +0100
commitc46c8061261c365934d378e52bf721cf400a3303 (patch)
tree4de05397fc9de51c5334b04acfa9f73bf8cb19fe /tests/handlers/test_presencelike.py
parentDo a smart update of the recents from the events stream rather than hammering... (diff)
downloadsynapse-c46c8061261c365934d378e52bf721cf400a3303.tar.xz
Re-enable presence, un-skip presence tests
Diffstat (limited to 'tests/handlers/test_presencelike.py')
-rw-r--r--tests/handlers/test_presencelike.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/handlers/test_presencelike.py b/tests/handlers/test_presencelike.py

index 1b106fc2b3..da06a06647 100644 --- a/tests/handlers/test_presencelike.py +++ b/tests/handlers/test_presencelike.py
@@ -139,7 +139,6 @@ class PresenceProfilelikeDataTestCase(unittest.TestCase): mocked_set.assert_called_with("apple", {"state": UNAVAILABLE, "status_msg": "Away"}) - test_set_my_state.skip = "Presence polling is disabled" @defer.inlineCallbacks def test_push_local(self): @@ -214,7 +213,6 @@ class PresenceProfilelikeDataTestCase(unittest.TestCase): "displayname": "I am an Apple", "avatar_url": "http://foo", }, statuscache.state) - test_push_local.skip = "Presence polling is disabled" @defer.inlineCallbacks @@ -246,7 +244,6 @@ class PresenceProfilelikeDataTestCase(unittest.TestCase): ], }, ) - test_push_remote.skip = "Presence polling is disabled" @defer.inlineCallbacks def test_recv_remote(self):