summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-12-09 15:17:07 +0000
committerGitHub <noreply@github.com>2019-12-09 15:17:07 +0000
commitc7e206b69b60566bcf740f19a8a3c695df75dcc0 (patch)
tree7730b0ba065dc562c7bb80c6cd38292e91a4cd66
parentAdd limit_profile_requests_to_known_users option (#18) (diff)
downloadsynapse-c7e206b69b60566bcf740f19a8a3c695df75dcc0.tar.xz
Add some flaky sytests to a sytest-blacklist (#17)
-rw-r--r--MANIFEST.in1
-rw-r--r--changelog.d/17.misc1
-rw-r--r--sytest-blacklist14
3 files changed, 16 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in

index 07cc3c3be3..737d9d3710 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -1,4 +1,5 @@ include synctl +include sytest-blacklist include LICENSE include VERSION include *.rst diff --git a/changelog.d/17.misc b/changelog.d/17.misc new file mode 100644
index 0000000000..58120ab5c7 --- /dev/null +++ b/changelog.d/17.misc
@@ -0,0 +1 @@ +Blacklist some flaky sytests until they're fixed. \ No newline at end of file diff --git a/sytest-blacklist b/sytest-blacklist new file mode 100644
index 0000000000..9b56c653e7 --- /dev/null +++ b/sytest-blacklist
@@ -0,0 +1,14 @@ +# flaky test +If remote user leaves room we no longer receive device updates + +# flaky test +Can re-join room if re-invited + +# flaky test +Forgotten room messages cannot be paginated + +# flaky test +Local device key changes get to remote servers + +# flaky test +Old leaves are present in gapped incremental syncs