summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:11:53 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:11:53 +0000
commit40430fd1f6cc8e0a1833d6f48ee78b703bc04a09 (patch)
treee119740e87dbffafb920e274b3bb65afe0dc80da
parent1.10.0rc3 (diff)
parentAdd an additional test to the SyTest blacklist for worker mode. (#6883) (diff)
downloadsynapse-40430fd1f6cc8e0a1833d6f48ee78b703bc04a09.tar.xz
Add an additional test to the SyTest blacklist for worker mode. (#6883)
* commit '3a3118f4e':
  Add an additional test to the SyTest blacklist for worker mode. (#6883)
Diffstat (limited to '')
-rw-r--r--.buildkite/worker-blacklist2
-rw-r--r--changelog.d/6883.misc1
2 files changed, 3 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 diff --git a/changelog.d/6883.misc b/changelog.d/6883.misc new file mode 100644
index 0000000000..e0837d7987 --- /dev/null +++ b/changelog.d/6883.misc
@@ -0,0 +1 @@ +Add an additional entry to the SyTest blacklist for worker mode.