From 3a3118f4ecb631dec3cc44a928a3666b734f5dcb Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 10 Feb 2020 11:47:18 -0500 Subject: [PATCH] Add an additional test to the SyTest blacklist for worker mode. (#6883) --- .buildkite/worker-blacklist | 2 ++ changelog.d/6883.misc | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelog.d/6883.misc diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist index 158ab7915..094b6c94d 100644 --- a/.buildkite/worker-blacklist +++ b/.buildkite/worker-blacklist @@ -39,3 +39,5 @@ Server correctly handles incoming m.device_list_update # this fails reliably with a torture level of 100 due to https://github.com/matrix-org/synapse/issues/6536 Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state + +Can get rooms/{roomId}/members at a given point diff --git a/changelog.d/6883.misc b/changelog.d/6883.misc new file mode 100644 index 000000000..e0837d798 --- /dev/null +++ b/changelog.d/6883.misc @@ -0,0 +1 @@ +Add an additional entry to the SyTest blacklist for worker mode.