diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-05 13:43:36 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-05 13:43:36 +0000 |
commit | 2fcce3b3c508ba1b10117e16511fb577da82f0b6 (patch) | |
tree | 1d97a6de681281ce31f3626a841caafd51b6918d /tests | |
parent | Fix redaction storage test (diff) | |
download | synapse-2fcce3b3c508ba1b10117e16511fb577da82f0b6.tar.xz |
Remove stale tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_room.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/storage/test_room.py b/tests/storage/test_room.py index 369a73d917..4ff02c306b 100644 --- a/tests/storage/test_room.py +++ b/tests/storage/test_room.py @@ -127,7 +127,7 @@ class RoomEventsStoreTestCase(unittest.TestCase): ) @defer.inlineCallbacks - def test_room_name(self): + def STALE_test_room_name(self): name = u"A-Room-Name" yield self.inject_room_event( @@ -150,7 +150,7 @@ class RoomEventsStoreTestCase(unittest.TestCase): ) @defer.inlineCallbacks - def test_room_name(self): + def STALE_test_room_topic(self): topic = u"A place for things" yield self.inject_room_event( |