From 5774410c23fb20f08fdd0d4e00cd5e80f902eb39 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 9 Jul 2021 16:51:48 +0100 Subject: [PATCH 1/3] Unblacklist fixed tests --- sytest-blacklist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sytest-blacklist b/sytest-blacklist index 566ef96711ea..de9986357b9a 100644 --- a/sytest-blacklist +++ b/sytest-blacklist @@ -41,8 +41,3 @@ We can't peek into rooms with invited history_visibility We can't peek into rooms with joined history_visibility Local users can peek by room alias Peeked rooms only turn up in the sync for the device who peeked them - - -# Blacklisted due to changes made in #10272 -Outbound federation will ignore a missing event with bad JSON for room version 6 -Federation rejects inbound events where the prev_events cannot be found From d90d111c9980112fe4a9753f722e1ce8935f05f0 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 9 Jul 2021 16:53:05 +0100 Subject: [PATCH 2/3] Newsfile --- changelog.d/10357.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10357.misc diff --git a/changelog.d/10357.misc b/changelog.d/10357.misc new file mode 100644 index 000000000000..8e99e0604a66 --- /dev/null +++ b/changelog.d/10357.misc @@ -0,0 +1 @@ +Unblacklist fixed sytests. From 0be05c22a08a38c8b1a64e3d9baa91453972a855 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 9 Jul 2021 17:21:39 +0100 Subject: [PATCH 3/3] Merge newsfiles --- changelog.d/10345.misc | 2 +- changelog.d/10357.misc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.d/10345.misc b/changelog.d/10345.misc index 7bfa1c4af2b9..7424486e873a 100644 --- a/changelog.d/10345.misc +++ b/changelog.d/10345.misc @@ -1 +1 @@ -Re-enable a Sytest that was disabled for the 1.37.1 release. +Re-enable Sytests that were disabled for the 1.37.1 release. diff --git a/changelog.d/10357.misc b/changelog.d/10357.misc index 8e99e0604a66..7424486e873a 100644 --- a/changelog.d/10357.misc +++ b/changelog.d/10357.misc @@ -1 +1 @@ -Unblacklist fixed sytests. +Re-enable Sytests that were disabled for the 1.37.1 release.