mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 12:31:58 +01:00
Remove stale tests
This commit is contained in:
parent
da80ebcc6b
commit
2fcce3b3c5
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ class RoomEventsStoreTestCase(unittest.TestCase):
|
||||||
)
|
)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_room_name(self):
|
def STALE_test_room_name(self):
|
||||||
name = u"A-Room-Name"
|
name = u"A-Room-Name"
|
||||||
|
|
||||||
yield self.inject_room_event(
|
yield self.inject_room_event(
|
||||||
|
@ -150,7 +150,7 @@ class RoomEventsStoreTestCase(unittest.TestCase):
|
||||||
)
|
)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_room_name(self):
|
def STALE_test_room_topic(self):
|
||||||
topic = u"A place for things"
|
topic = u"A place for things"
|
||||||
|
|
||||||
yield self.inject_room_event(
|
yield self.inject_room_event(
|
||||||
|
|
Loading…
Reference in a new issue