diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-11-14 10:12:11 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-11-14 10:12:11 +0000 |
commit | c8444b4152bc52d989420a8578d4ff031123d774 (patch) | |
tree | a9581b87cad6c876abf814a002392c142d5d5ba0 /tests/rest | |
parent | Lint (diff) | |
parent | Blacklist PurgeRoomTestCase (#6361) (diff) | |
download | synapse-c8444b4152bc52d989420a8578d4ff031123d774.tar.xz |
Merge branch 'develop' into babolivier/msc1802
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/admin/test_admin.py | 2 |
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" |