mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 21:12:20 -04:00
skip presence tests which broke when presence polling was disabled
This commit is contained in:
parent
cda4ff8519
commit
104808107a
3 changed files with 13 additions and 0 deletions
|
@ -114,6 +114,7 @@ class PresenceStateTestCase(unittest.TestCase):
|
|||
self.assertEquals(200, code)
|
||||
mocked_set.assert_called_with("apple",
|
||||
{"state": UNAVAILABLE, "status_msg": "Away"})
|
||||
test_set_my_status.skip = "Presence polling is disabled"
|
||||
|
||||
|
||||
class PresenceListTestCase(unittest.TestCase):
|
||||
|
@ -309,3 +310,4 @@ class PresenceEventStreamTestCase(unittest.TestCase):
|
|||
"mtime_age": 0,
|
||||
}},
|
||||
]}, response)
|
||||
test_shortpoll.skip = "Presence polling is disabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue