1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_admin.py b/tests/rest/client/v1/test_admin.py
index b3ab5642b7..2b7ade9f62 100644
--- a/tests/rest/client/v1/test_admin.py
+++ b/tests/rest/client/v1/test_admin.py
@@ -373,7 +373,6 @@ class ShutdownRoomTestCase(unittest.HomeserverTestCase):
self.store = hs.get_datastore()
- @unittest.DEBUG
def test_shutdown_room_conset(self):
admin_user = self.register_user("admin", "pass", admin=True)
admin_user_tok = self.login("admin", "pass")
|