Skip to content

tests/stacking/restore-position: Always use wait_reconfigure

wait_reconfigure ensures that the whole configure back and forth completes before continuing. Doing this after every state change ensures that we always end up with the expected state, thus fixes flakyness of the restore-position stacking test.

Merge request reports