summary refs log tree commit diff
path: root/sytest-blacklist
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-10 10:53:04 +0100
committerGitHub <noreply@github.com>2021-09-10 10:53:04 +0100
commitc6f5fb54777792e2e707c5cfe9f01cabc0e237ed (patch)
tree9704e8ace054f60704f32e1adce0797515bd8fa4 /sytest-blacklist
parentAsk consent on SSO registration with default mxid (#10733) (diff)
downloadsynapse-c6f5fb54777792e2e707c5cfe9f01cabc0e237ed.tar.xz
Remove fixed and flakey tests from the sytest blacklist (#10788)
We want to blacklist only known, consistent failures. We should deflake tests rather than ignoring them.
Diffstat (limited to 'sytest-blacklist')
-rw-r--r--sytest-blacklist11
1 files changed, 1 insertions, 10 deletions
diff --git a/sytest-blacklist b/sytest-blacklist
index de9986357b..65bf1774e3 100644
--- a/sytest-blacklist
+++ b/sytest-blacklist
@@ -1,5 +1,5 @@
 # This file serves as a blacklist for SyTest tests that we expect will fail in
-# Synapse.
+# Synapse. This doesn't include flakey tests---better to deflake them instead.
 #
 # Each line of this file is scanned by sytest during a run and if the line
 # exactly matches the name of a test, it will be marked as "expected fail",
@@ -9,9 +9,6 @@
 # Test names are encouraged to have a bug accompanied with them, serving as an
 # explanation for why the test has been excluded.
 
-# Blacklisted due to https://github.com/matrix-org/synapse/issues/1679
-Remote room members also see posted message events
-
 # Blacklisted due to https://github.com/matrix-org/synapse/issues/2065
 Guest users can accept invites to private rooms over federation
 
@@ -24,12 +21,6 @@ Newly created users see their own presence in /initialSync (SYT-34)
 # Blacklisted due to https://github.com/matrix-org/synapse/issues/1396
 Should reject keys claiming to belong to a different user
 
-# Blacklisted due to https://github.com/matrix-org/synapse/issues/1531
-Enabling an unknown default rule fails with 404
-
-# Blacklisted due to https://github.com/matrix-org/synapse/issues/1663
-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