diff options
author | Neil Johnson <neil@matrix.org> | 2019-12-09 13:59:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 13:59:27 +0000 |
commit | adfdd82b21ae296ed77453b2f51d55414890f162 (patch) | |
tree | aa4e881f316a01842efa5c96426a0d910a6b9cc9 /sytest-blacklist | |
parent | Merge pull request #6487 from matrix-org/erikj/pass_in_db (diff) | |
download | synapse-adfdd82b21ae296ed77453b2f51d55414890f162.tar.xz |
Back out perf regression from get_cross_signing_keys_from_cache. (#6494)
Back out cross-signing code added in Synapse 1.5.0, which caused a performance regression.
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index 411cce0692..79b2d4402a 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -33,3 +33,6 @@ New federated private chats get full presence information (SYN-115) # Blacklisted due to https://github.com/matrix-org/matrix-doc/pull/2314 removing # this requirement from the spec Inbound federation of state requires event_id as a mandatory paramater + +# Blacklisted until https://github.com/matrix-org/synapse/pull/6486 lands +Can upload self-signing keys |