From 5ee393d691ce1b65c37459c689ef75ef7f514cfb Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 6 Apr 2020 10:02:59 +0100 Subject: [PATCH] Update sytest-blacklist, sytest-whitelist --- sytest-blacklist | 3 --- sytest-whitelist | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sytest-blacklist b/sytest-blacklist index 14988050a..da0667a1d 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -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 diff --git a/sytest-whitelist b/sytest-whitelist index 333119dc0..8a1d54cec 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -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