From: Matthias Clasen Date: Wed, 3 May 2023 12:49:23 +0000 (-0400) Subject: Disable a11y for the headless tests X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~312^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=623c93ccc883167b65e394e19f5a3c88c7d552db;p=gtk4.git Disable a11y for the headless tests Otherwise, we go off activating things and end up failing to launch systemd. --- diff --git a/tests/run-headless-input-tests.sh b/tests/run-headless-input-tests.sh index 87b206de34..fb6c97b546 100755 --- a/tests/run-headless-input-tests.sh +++ b/tests/run-headless-input-tests.sh @@ -4,14 +4,15 @@ builddir=$(pwd)/build dbus-run-session sh <&mutter.log & pid=\$! export WAYLAND_DISPLAY=gtk-test export GDK_BACKEND=wayland +export GTK_A11Y=none #export WAYLAND_DEBUG=1 export GI_TYPELIB_PATH=$builddir/gtk:/usr/lib64/girepository-1.0