diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist
index 158ab7915497dd737b6898f8fcb2c7137399f7b4..094b6c94da2b4fc78df482d2cad91bc96a359166 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 0000000000000000000000000000000000000000..e0837d798712f8ae3cb30d080db8b963c4fbd0d3
--- /dev/null
+++ b/changelog.d/6883.misc
@@ -0,0 +1 @@
+Add an additional entry to the SyTest blacklist for worker mode.