Skip to content

Commit

Permalink
Move tests to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Dec 17, 2024
1 parent 3dad7a0 commit 7edceb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion sytest-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ If a device list update goes missing, the server resyncs on the next one
Leaves are present in non-gapped incremental syncs

# We don't have any state to calculate m.room.guest_access when accepting invites
Guest users can accept invites to private rooms over federation
Guest users can accept invites to private rooms over federation

# Tests Synapse specific behavior
/state returns M_NOT_FOUND for an outlier
/state_ids returns M_NOT_FOUND for an outlier
2 changes: 0 additions & 2 deletions sytest-whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,6 @@ Remote user can backfill in a room with version 10
Can reject invites over federation for rooms with version 10
Can receive redactions from regular users over federation in room version 10
New federated private chats get full presence information (SYN-115)
/state returns M_NOT_FOUND for an outlier
/state_ids returns M_NOT_FOUND for an outlier
Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
Invited user can reject invite for empty room
Invited user can reject local invite after originator leaves
Expand Down

0 comments on commit 7edceb4

Please sign in to comment.