mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Another flaky test
This commit is contained in:
parent
2eca6c2974
commit
2ead355d9c
|
|
@ -9,3 +9,6 @@ avatar_url updates affect room member events
|
||||||
|
|
||||||
# Blacklisted due to flakiness
|
# Blacklisted due to flakiness
|
||||||
Room members can override their displayname on a room-specific basis
|
Room members can override their displayname on a room-specific basis
|
||||||
|
|
||||||
|
# Blacklisted due to flakiness
|
||||||
|
Alias creators can delete alias with no ops
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,6 @@ GET /directory/room/:room_alias yields room ID
|
||||||
PUT /directory/room/:room_alias creates alias
|
PUT /directory/room/:room_alias creates alias
|
||||||
Room aliases can contain Unicode
|
Room aliases can contain Unicode
|
||||||
Creators can delete alias
|
Creators can delete alias
|
||||||
Alias creators can delete alias with no ops
|
|
||||||
Alias creators can delete canonical alias with no ops
|
Alias creators can delete canonical alias with no ops
|
||||||
Regular users cannot create room aliases within the AS namespace
|
Regular users cannot create room aliases within the AS namespace
|
||||||
Deleting a non-existent alias should return a 404
|
Deleting a non-existent alias should return a 404
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue