diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-10 11:47:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 11:47:18 -0500 |
commit | 3a3118f4ecb631dec3cc44a928a3666b734f5dcb (patch) | |
tree | 871369d0070448d04c4b4ed4e9f0c74a49de37cf /.buildkite/worker-blacklist | |
parent | Merge tag 'v1.10.0rc3' into develop (diff) | |
download | synapse-3a3118f4ecb631dec3cc44a928a3666b734f5dcb.tar.xz |
Add an additional test to the SyTest blacklist for worker mode. (#6883)
Diffstat (limited to '.buildkite/worker-blacklist')
-rw-r--r-- | .buildkite/worker-blacklist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.buildkite/worker-blacklist b/.buildkite/worker-blacklist index 158ab79154..094b6c94da 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 |