Merge pull request #5740 from matrix-org/erikj/worker_flakey_tests

Mark flakey tests as blacklisted for worker mode
This commit is contained in:
Erik Johnston 2019-07-23 11:32:32 +01:00 committed by GitHub
commit 73bf452666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -25,4 +25,10 @@ Members from the gap are included in gappy incr LL sync
Leaves are present in non-gapped incremental syncs
Old leaves are present in gapped incremental syncs
Old leaves are present in gapped incremental syncs
User sees updates to presence from other users in the incremental sync.
Gapped incremental syncs include all state changes
Old members are included in gappy incr LL sync if they start speaking

1
changelog.d/5740.misc Normal file
View File

@ -0,0 +1 @@
Blacklist some flakey tests in worker mode.