summary refs log tree commit diff
path: root/tests/handlers/test_presence.py
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-09-01 22:14:56 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-09-01 22:15:02 +0100
commit270d3028343191374b7b958a36d761daf9422f01 (patch)
treeda0a19316300b3f519d9ca11bd24b224d02b63c7 /tests/handlers/test_presence.py
parentNo need to test is_presence_visible in _start_polling_local because we know i... (diff)
downloadsynapse-270d3028343191374b7b958a36d761daf9422f01.tar.xz
Reënable presence visibility permission checking now it's not used on redundant code paths
Diffstat (limited to 'tests/handlers/test_presence.py')
-rw-r--r--tests/handlers/test_presence.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/handlers/test_presence.py b/tests/handlers/test_presence.py
index 844c4e3fb7..2eea474391 100644
--- a/tests/handlers/test_presence.py
+++ b/tests/handlers/test_presence.py
@@ -196,8 +196,6 @@ class PresenceStateTestCase(unittest.TestCase):
             SynapseError
         )
 
-    test_get_disallowed_state.skip = "Presence permissions are disabled"
-
     @defer.inlineCallbacks
     def test_set_my_state(self):
         mocked_set = self.datastore.set_presence_state