From 8eddbde0e23b8cb596cd20282779d9cc58f9357c Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Fri, 9 Jul 2021 17:51:15 +0100
Subject: [PATCH] Unblacklist fixed tests (#10357)

---
 changelog.d/10345.misc | 2 +-
 changelog.d/10357.misc | 1 +
 sytest-blacklist       | 4 ----
 3 files changed, 2 insertions(+), 5 deletions(-)
 create mode 100644 changelog.d/10357.misc

diff --git a/changelog.d/10345.misc b/changelog.d/10345.misc
index 7bfa1c4af2..7424486e87 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
new file mode 100644
index 0000000000..7424486e87
--- /dev/null
+++ b/changelog.d/10357.misc
@@ -0,0 +1 @@
+Re-enable Sytests that were disabled for the 1.37.1 release.
diff --git a/sytest-blacklist b/sytest-blacklist
index 73c4aa76a2..de9986357b 100644
--- a/sytest-blacklist
+++ b/sytest-blacklist
@@ -41,7 +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
-Federation rejects inbound events where the prev_events cannot be found
-- 
GitLab