Update sytest-whitelist, sytest-blacklist

This commit is contained in:
Neil Alexander 2020-04-03 14:49:59 +01:00
parent 3f5c4a0047
commit 75b5047721
2 changed files with 4 additions and 2 deletions

View file

@ -32,3 +32,6 @@ Alias creators can delete canonical alias with no ops
# Blacklisted because we need to implement v2 invite endpoints for room versions # Blacklisted because we need to implement v2 invite endpoints for room versions
# to be supported (currently fails with M_UNSUPPORTED_ROOM_VERSION) # to be supported (currently fails with M_UNSUPPORTED_ROOM_VERSION)
Inbound federation rejects invites which are not signed by the sender 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

View file

@ -215,7 +215,6 @@ Guest users can sync from default guest_access rooms if joined
Real non-joined users cannot room initalSync for non-world_readable rooms Real non-joined users cannot room initalSync for non-world_readable rooms
Push rules come down in an initial /sync Push rules come down in an initial /sync
Regular users can add and delete aliases in the default room configuration Regular users can add and delete aliases in the default room configuration
Regular users can add and delete aliases when m.room.aliases is restricted
GET /r0/capabilities is not public GET /r0/capabilities is not public
GET /joined_rooms lists newly-created room GET /joined_rooms lists newly-created room
/joined_rooms returns only joined rooms /joined_rooms returns only joined rooms