This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 11# This file serves as a blacklist for SyTest tests that we expect will fail in
22# Synapse when run under worker mode. For more details, see sytest-blacklist.
3-
4- Can re-join room if re-invited
5-
6- # new failures as of https://github.com/matrix-org/sytest/pull/732
7- Device list doesn't change if remote server is down
8-
9- # https://buildkite.com/matrix-dot-org/synapse/builds/6134#6f67bf47-e234-474d-80e8-c6e1868b15c5
10- Server correctly handles incoming m.device_list_update
Original file line number Diff line number Diff line change 1+ Remove fixed and flakey tests from the sytest-blacklist.
Original file line number Diff line number Diff line change 11# This file serves as a blacklist for SyTest tests that we expect will fail in
2- # Synapse.
2+ # Synapse. This doesn't include flakey tests---better to deflake them instead.
33#
44# Each line of this file is scanned by sytest during a run and if the line
55# exactly matches the name of a test, it will be marked as "expected fail",
99# Test names are encouraged to have a bug accompanied with them, serving as an
1010# explanation for why the test has been excluded.
1111
12- # Blacklisted due to https://github.com/matrix-org/synapse/issues/1679
13- Remote room members also see posted message events
14-
1512# Blacklisted due to https://github.com/matrix-org/synapse/issues/2065
1613Guest users can accept invites to private rooms over federation
1714
@@ -24,12 +21,6 @@ Newly created users see their own presence in /initialSync (SYT-34)
2421# Blacklisted due to https://github.com/matrix-org/synapse/issues/1396
2522Should reject keys claiming to belong to a different user
2623
27- # Blacklisted due to https://github.com/matrix-org/synapse/issues/1531
28- Enabling an unknown default rule fails with 404
29-
30- # Blacklisted due to https://github.com/matrix-org/synapse/issues/1663
31- New federated private chats get full presence information (SYN-115)
32-
3324# Blacklisted due to https://github.com/matrix-org/matrix-doc/pull/2314 removing
3425# this requirement from the spec
3526Inbound federation of state requires event_id as a mandatory paramater
You can’t perform that action at this time.
0 commit comments