Skip to content

autotests: Don't try to run X11-specific code under Wayland

Jakob Petsovits requested to merge work/jpetso/wayland-pass-tests into master

Some tests were failing under Wayland because they assumed an X11 environment without checking first. To make them pass, we skip most but also fix one by passing a file descriptor when running as a Wayland client.

Merge request reports