diff options
author | David Robertson <davidr@element.io> | 2021-09-10 10:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 10:53:04 +0100 |
commit | c6f5fb54777792e2e707c5cfe9f01cabc0e237ed (patch) | |
tree | 9704e8ace054f60704f32e1adce0797515bd8fa4 /.ci | |
parent | Ask consent on SSO registration with default mxid (#10733) (diff) | |
download | synapse-c6f5fb54777792e2e707c5cfe9f01cabc0e237ed.tar.xz |
Remove fixed and flakey tests from the sytest blacklist (#10788)
We want to blacklist only known, consistent failures. We should deflake tests rather than ignoring them.
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/worker-blacklist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.ci/worker-blacklist b/.ci/worker-blacklist index 5975cb98cf..cb8eae5d2a 100644 --- a/.ci/worker-blacklist +++ b/.ci/worker-blacklist @@ -1,10 +1,2 @@ # 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 |