diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-07 13:39:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 13:39:50 +0100 |
commit | d373ec2f72f69ae6c394482df89061302be41405 (patch) | |
tree | 79c309929eb5577601d9cc3426291520c93769ea /changelog.d | |
parent | Add support for MSC2697: Dehydrated devices (#8380) (diff) | |
download | synapse-d373ec2f72f69ae6c394482df89061302be41405.tar.xz |
unblacklist some tests (#8474)
It seems most of these blacklisted tests do actually pass most of the time. I'm of the opinion that having them blacklisted here means there is very little incentive for us to deflake any flaky tests, and meanwhile any value in those tests is completely lost.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8474.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8474.misc b/changelog.d/8474.misc new file mode 100644 index 0000000000..65e329a6e3 --- /dev/null +++ b/changelog.d/8474.misc @@ -0,0 +1 @@ +Unblacklist some sytests. |