1
0

Add an additional test to the SyTest blacklist for worker mode. (#6883)

* commit '3a3118f4e':
  Add an additional test to the SyTest blacklist for worker mode. (#6883)
This commit is contained in:
Andrew Morgan
2020-03-23 17:11:53 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -39,3 +39,5 @@ Server correctly handles incoming m.device_list_update
# this fails reliably with a torture level of 100 due to https://github.com/matrix-org/synapse/issues/6536
Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
Can get rooms/{roomId}/members at a given point

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

@@ -0,0 +1 @@
Add an additional entry to the SyTest blacklist for worker mode.