Update sytest-blacklist, sytest-whitelist

This commit is contained in:
Neil Alexander 2020-04-06 10:02:59 +01:00
parent ae277980d1
commit 5ee393d691
2 changed files with 1 additions and 3 deletions

View file

@ -33,8 +33,5 @@ Alias creators can delete canonical alias with no ops
# to be supported (currently fails with M_UNSUPPORTED_ROOM_VERSION)
Inbound federation rejects invites which are not signed by the sender
# Blacklisted due to flakiness
Regular users can add and delete aliases when m.room.aliases is restricted
# Blacklisted because we don't support ignores yet
Ignore invite in incremental sync

View file

@ -224,6 +224,7 @@ Remote user can backfill in a room with version 1
POST /createRoom creates a room with the given version
POST /createRoom rejects attempts to create rooms with numeric versions
POST /createRoom rejects attempts to create rooms with unknown versions
Regular users can add and delete aliases when m.room.aliases is restricted
User can create and send/receive messages in a room with version 2
local user can join room with version 2
remote user can join room with version 2