diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 10:51:55 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 10:51:55 +0000 |
commit | 3034d8e805bbb3755f32359e2b8c8c6276c569e7 (patch) | |
tree | 931f6d6f02345bc1bd7e79d79ea5bdf8817adada | |
parent | af41fcadc49fb99e142d134a2d451bb0b0672699 (diff) |
Update sytest lists to blacklist flaky 'Forgotten room messages cannot be paginated' test
-rw-r--r-- | sytest-blacklist | 5 | ||||
-rw-r--r-- | sytest-whitelist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sytest-blacklist b/sytest-blacklist index f493f94f..f42d5f82 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -60,4 +60,7 @@ Invited user can reject invite for empty room If user leaves room, remote user changes device and rejoins we see update in /sync and /keys/changes # Blacklisted due to flakiness -A prev_batch token from incremental sync can be used in the v1 messages API
\ No newline at end of file +A prev_batch token from incremental sync can be used in the v1 messages API + +# Blacklisted due to flakiness +Forgotten room messages cannot be paginated
\ No newline at end of file diff --git a/sytest-whitelist b/sytest-whitelist index 49011b5a..096a1f15 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -492,7 +492,6 @@ Inbound federation rejects receipts from wrong remote Should not be able to take over the room by pretending there is no PL event Can get rooms/{roomId}/state for a departed room (SPEC-216) Users cannot set notifications powerlevel higher than their own -Forgotten room messages cannot be paginated Forgetting room does not show up in v2 /sync Can forget room you've been kicked from Can re-join room if re-invited |