summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-04-09 12:44:48 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-04-09 13:53:35 +0100
commit967f99b9f810522144e053be8086a1f4cc38b8ce (patch)
tree2257a6b39a479a0d7cb436614bf6dff1d76cb343
parentAdd matrix-synapse-shared-secret-auth as an example password provider (#7248) (diff)
downloadsynapse-967f99b9f810522144e053be8086a1f4cc38b8ce.tar.xz
Unblacklist /upgrade creates a new room (#7228)
This commit was originally merged in #7228 but reverted in #7254 as the
associated sytest was not ready yet. Now that it is, we can merge this
again.
-rw-r--r--.buildkite/worker-blacklist2
-rw-r--r--changelog.d/7228.misc1
2 files changed, 1 insertions, 2 deletions
diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist
index 094b6c94da..fd98cbbaf6 100644
--- a/.buildkite/worker-blacklist
+++ b/.buildkite/worker-blacklist
@@ -5,8 +5,6 @@ Message history can be paginated
 
 Can re-join room if re-invited
 
-/upgrade creates a new room
-
 The only membership state included in an initial sync is for all the senders in the timeline
 
 Local device key changes get to remote servers
diff --git a/changelog.d/7228.misc b/changelog.d/7228.misc
new file mode 100644
index 0000000000..50e206377f
--- /dev/null
+++ b/changelog.d/7228.misc
@@ -0,0 +1 @@
+Unblacklist '/upgrade creates a new room' sytest for workers.
\ No newline at end of file