Un-whitelist a couple of tests

This commit is contained in:
Neil Alexander 2020-08-14 16:58:50 +01:00
parent 372ff70906
commit 1e7ff9873e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -411,14 +411,12 @@ PUT /rooms/:room_id/typing/:user_id sets typing notification
Typing notification sent to local room members Typing notification sent to local room members
Typing notifications also sent to remote room members Typing notifications also sent to remote room members
Typing can be explicitly stopped Typing can be explicitly stopped
Banned user is kicked and may not rejoin until unbanned
Inbound federation rejects attempts to join v1 rooms from servers without v1 support Inbound federation rejects attempts to join v1 rooms from servers without v1 support
Inbound federation rejects attempts to join v2 rooms from servers lacking version support Inbound federation rejects attempts to join v2 rooms from servers lacking version support
Inbound federation rejects attempts to join v2 rooms from servers only supporting v1 Inbound federation rejects attempts to join v2 rooms from servers only supporting v1
Outbound federation passes make_join failures through to the client Outbound federation passes make_join failures through to the client
Outbound federation correctly handles unsupported room versions Outbound federation correctly handles unsupported room versions
Remote users may not join unfederated rooms Remote users may not join unfederated rooms
Guest users denied access over federation if guest access prohibited
Non-numeric ports in server names are rejected Non-numeric ports in server names are rejected
Invited user can reject invite over federation Invited user can reject invite over federation
Invited user can reject invite over federation for empty room Invited user can reject invite over federation for empty room