From c7e206b69b60566bcf740f19a8a3c695df75dcc0 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 9 Dec 2019 15:17:07 +0000 Subject: Add some flaky sytests to a sytest-blacklist (#17) --- MANIFEST.in | 1 + changelog.d/17.misc | 1 + sytest-blacklist | 14 ++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 changelog.d/17.misc create mode 100644 sytest-blacklist 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 -- cgit 1.5.1