Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 453dfe2

Browse files
authored
blacklist MSC2753 sytests until it's implemented in synapse (#8285)
Dendrite's implementing MSC2753 over at matrix-org/dendrite#1370 to prove the implementation for MSC purposes, and so sytest has sprouted tests for it over at matrix-org/sytest#944. But we don't want them to run on synapse until synapse implements it.
1 parent a537007 commit 453dfe2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

changelog.d/8285.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Blacklist [MSC2753](https://github.com/matrix-org/matrix-doc/pull/2753) SyTests until it is implemented.

sytest-blacklist

+8
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ Inbound federation of state requires event_id as a mandatory paramater
3636

3737
# Blacklisted until https://github.com/matrix-org/synapse/pull/6486 lands
3838
Can upload self-signing keys
39+
40+
# Blacklisted until MSC2753 is implemented
41+
Local users can peek into world_readable rooms by room ID
42+
We can't peek into rooms with shared history_visibility
43+
We can't peek into rooms with invited history_visibility
44+
We can't peek into rooms with joined history_visibility
45+
Local users can peek by room alias
46+
Peeked rooms only turn up in the sync for the device who peeked them

0 commit comments

Comments
 (0)