From d225889b82b822d78739e1ef59c724e4807def13 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:48:22 +0200 Subject: [PATCH] Revert "Move tests to whitelist" This reverts commit a7d0120019a111ce45a447ba40233d9c101e6e9b. --- sytest-blacklist | 6 ++++++ sytest-whitelist | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sytest-blacklist b/sytest-blacklist index 2a57c3260..e0b2767b1 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -39,6 +39,12 @@ 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 fe156c63b..2a145291f 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -720,7 +720,4 @@ 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 -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 +Newly joined room includes presence in incremental sync \ No newline at end of file