mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 06:23:18 +01:00
Merge pull request #5740 from matrix-org/erikj/worker_flakey_tests
Mark flakey tests as blacklisted for worker mode
This commit is contained in:
commit
73bf452666
2 changed files with 8 additions and 1 deletions
|
@ -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
1
changelog.d/5740.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Blacklist some flakey tests in worker mode.
|
Loading…
Reference in a new issue