diff options
author | Erik Johnston <erik@matrix.org> | 2021-11-08 10:37:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 10:37:43 +0000 |
commit | a55e1ec9afc45a36f962e1e552128aeab5b1ee3c (patch) | |
tree | f6264ede928532bbf1efdddcd155c669d99bceb0 | |
parent | Handle federation inbound instances being killed more gracefully (#11262) (diff) | |
download | synapse-a55e1ec9afc45a36f962e1e552128aeab5b1ee3c.tar.xz |
Blacklist new sytest validation test (#11270)
-rw-r--r-- | changelog.d/11270.misc | 1 | ||||
-rw-r--r-- | sytest-blacklist | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/11270.misc b/changelog.d/11270.misc new file mode 100644 index 0000000000..e2181b9b2a --- /dev/null +++ b/changelog.d/11270.misc @@ -0,0 +1 @@ +Blacklist new SyTest that checks that key uploads are valid pending the validation being implemented in Synapse. diff --git a/sytest-blacklist b/sytest-blacklist index 65bf1774e3..57e603a4a6 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -32,3 +32,6 @@ We can't peek into rooms with invited history_visibility We can't peek into rooms with joined history_visibility Local users can peek by room alias Peeked rooms only turn up in the sync for the device who peeked them + +# Validation needs to be added to Synapse: #10554 +Rejects invalid device keys |