From a7d0120019a111ce45a447ba40233d9c101e6e9b Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:25:53 +0200 Subject: [PATCH] Move tests to whitelist --- sytest-blacklist | 6 ------ sytest-whitelist | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sytest-blacklist b/sytest-blacklist index e0b2767b1..2a57c3260 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -39,12 +39,6 @@ Events in rooms with AS-hosted room aliases are sent to AS server Inviting an AS-hosted user asks the AS server Accesing an AS-hosted room alias asks the AS server -# Flakey, need additional investigation - -Messages that notify from another user increment notification_count -Messages that highlight from another user increment unread highlight count -Notifications can be viewed with GET /notifications - # More flakey If remote user leaves room we no longer receive device updates diff --git a/sytest-whitelist b/sytest-whitelist index 2a145291f..fe156c63b 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -720,4 +720,7 @@ Setting state twice is idempotent Joining room twice is idempotent Inbound federation can return missing events for shared visibility Inbound federation ignores redactions from invalid servers room > v3 -Newly joined room includes presence in incremental sync \ No newline at end of file +Newly joined room includes presence in incremental sync +Messages that notify from another user increment notification_count +Messages that highlight from another user increment unread highlight count +Notifications can be viewed with GET /notifications \ No newline at end of file