summary refs log tree commit diff
path: root/tests/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-05 13:43:36 +0000
committerErik Johnston <erik@matrix.org>2014-11-05 13:43:36 +0000
commit2fcce3b3c508ba1b10117e16511fb577da82f0b6 (patch)
tree1d97a6de681281ce31f3626a841caafd51b6918d /tests/storage
parentFix redaction storage test (diff)
downloadsynapse-2fcce3b3c508ba1b10117e16511fb577da82f0b6.tar.xz
Remove stale tests
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_room.py4
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(