summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-11-14 10:12:11 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-11-14 10:12:11 +0000
commitc8444b4152bc52d989420a8578d4ff031123d774 (patch)
treea9581b87cad6c876abf814a002392c142d5d5ba0 /tests/rest
parentLint (diff)
parentBlacklist PurgeRoomTestCase (#6361) (diff)
downloadsynapse-c8444b4152bc52d989420a8578d4ff031123d774.tar.xz
Merge branch 'develop' into babolivier/msc1802
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/admin/test_admin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rest/admin/test_admin.py b/tests/rest/admin/test_admin.py
index d9f1b95cb0..9575058252 100644
--- a/tests/rest/admin/test_admin.py
+++ b/tests/rest/admin/test_admin.py
@@ -641,3 +641,5 @@ class PurgeRoomTestCase(unittest.HomeserverTestCase):
             )
 
             self.assertEqual(count, 0, msg="Rows not purged in {}".format(table))
+
+    test_purge_room.skip = "Disabled because it's currently broken"