Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove stale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Nov 5, 2014
1 parent da80ebc commit 2fcce3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/storage/test_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def inject_room_event(self, **kwargs):
)

@defer.inlineCallbacks
def test_room_name(self):
def STALE_test_room_name(self):
name = u"A-Room-Name"

yield self.inject_room_event(
Expand All @@ -150,7 +150,7 @@ def test_room_name(self):
)

@defer.inlineCallbacks
def test_room_name(self):
def STALE_test_room_topic(self):
topic = u"A place for things"

yield self.inject_room_event(
Expand Down

0 comments on commit 2fcce3b

Please sign in to comment.