Skip to content

[Tests] remove unnecessary server.sync after boot

Patrick Dupuis requested to merge fix/sync into develop

This MR removes all calls to server.sync immediately after this.boot(satie). There's a risk of hanging the tests when calling sync multiple times in a row. Booting SATIE already calls sync at the end. These synch calls where not necessary, it seems.

Merge request reports