Skip to content
Snippets Groups Projects
Commit 2fcce3b3 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove stale tests

parent da80ebcc
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment