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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/10788.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10788.misc b/changelog.d/10788.misc new file mode 100644 index 0000000000..568a85ac52 --- /dev/null +++ b/changelog.d/10788.misc @@ -0,0 +1 @@ +Remove fixed and flakey tests from the sytest-blacklist. |