I found this while investigating why the `runtime.Dendrite` skipif was present; The [TestMembersLocal](https://github.com/matrix-org/complement/blob/6c31e8dd4e04fc12e9b3a7aa5553d80b42092cf8/tests/csapi/rooms_members_local_test.go#L14) test, specifically, the [`"Existing members see new members' presence"`](https://github.com/matrix-org/complement/blob/6c31e8dd4e04fc12e9b3a7aa5553d80b42092cf8/tests/csapi/rooms_members_local_test.go#L38) test, relies on [this](https://github.com/matrix-org/complement/blob/6c31e8dd4e04fc12e9b3a7aa5553d80b42092cf8/tests/csapi/rooms_members_local_test.go#L32) simultaneously-executed room join to pass. When ran in isolation, this test fails, as that line is not executed to make this test pass, it times out on syncing.