summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/client/v1/test_admin.py1
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")