diff options
Diffstat (limited to 'sytest-blacklist')
-rw-r--r-- | sytest-blacklist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index 79b2d4402a..7ceeaca8d6 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -36,3 +36,29 @@ 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 + +# Blacklisted due to https://github.com/matrix-org/synapse-dinsic/issues/43 +Inviting an AS-hosted user asks the AS server +Accesing an AS-hosted room alias asks the AS server +Events in rooms with AS-hosted room aliases are sent to AS server + +# flaky test +If remote user leaves room we no longer receive device updates + +# flaky test +Can re-join room if re-invited + +# flaky test +Forgotten room messages cannot be paginated + +# flaky test +Local device key changes get to remote servers + +# flaky test +Old leaves are present in gapped incremental syncs + +# flaky test on workers +Old members are included in gappy incr LL sync if they start speaking + +# flaky test on workers +Presence changes to UNAVAILABLE are reported to remote room members |