diff options
author | David Robertson <davidr@element.io> | 2021-08-11 19:59:57 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-11 19:59:57 +0100 |
commit | 33ef86aa2515f623fa6e8657d16c918b6a6d9da5 (patch) | |
tree | 42785b59a86e3c8df04ade348ae998e6e483cff5 /.ci/worker-blacklist | |
parent | Add changelog entry and signoff (diff) | |
download | synapse-33ef86aa2515f623fa6e8657d16c918b6a6d9da5.tar.xz |
Rename ci to .ci
Diffstat (limited to '.ci/worker-blacklist')
-rw-r--r-- | .ci/worker-blacklist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.ci/worker-blacklist b/.ci/worker-blacklist new file mode 100644 index 0000000000..5975cb98cf --- /dev/null +++ b/.ci/worker-blacklist @@ -0,0 +1,10 @@ +# This file serves as a blacklist for SyTest tests that we expect will fail in +# Synapse when run under worker mode. For more details, see sytest-blacklist. + +Can re-join room if re-invited + +# new failures as of https://github.com/matrix-org/sytest/pull/732 +Device list doesn't change if remote server is down + +# https://buildkite.com/matrix-dot-org/synapse/builds/6134#6f67bf47-e234-474d-80e8-c6e1868b15c5 +Server correctly handles incoming m.device_list_update |