diff options
author | Matthew Hodgson <matthew@matrix.org> | 2020-09-09 13:25:59 +0100 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-17 14:02:20 -0400 |
commit | ad055ea4cc34a415ef82a22e7b38b356ef23dbad (patch) | |
tree | b5631d80fb2bcbe413e9e50f200ba6ce98f9bae4 /changelog.d | |
parent | 1.20.0rc4 (diff) | |
download | synapse-ad055ea4cc34a415ef82a22e7b38b356ef23dbad.tar.xz |
blacklist MSC2753 sytests until it's implemented in synapse (#8285)
Dendrite's implementing MSC2753 over at https://github.com/matrix-org/dendrite/pull/1370 to prove the implementation for MSC purposes, and so sytest has sprouted tests for it over at https://github.com/matrix-org/sytest/pull/944. But we don't want them to run on synapse until synapse implements it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8285.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8285.misc b/changelog.d/8285.misc new file mode 100644 index 0000000000..4646664ba1 --- /dev/null +++ b/changelog.d/8285.misc @@ -0,0 +1 @@ +Blacklist [MSC2753](https://github.com/matrix-org/matrix-doc/pull/2753) SyTests until it is implemented. \ No newline at end of file |