gnome-control-center: Set GTK_A11Y=none for test

I guess it's because dbusmock does not know how to mock the GTK a11y
D-Bus service.  See upstream issue #2300.

Don't revert it for 43.4.1 update: test-network-panel still fails with
43.4.1 if this hack not used.
This commit is contained in:
Xi Ruoyao 2023-02-14 15:02:11 +08:00
parent ba7d11765a
commit 9b8f21a3fd
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -156,8 +156,11 @@ cd build &&
meson --prefix=/usr --buildtype=release .. &&
ninja</userinput></screen>
<!-- for GTK_A11Y=none see upstream issue #2300. The test still fails
w/o it in 43.4.1. -->
<para>
To test the results, issue: <command>ninja test</command>. Note that
To test the results, issue:
<command>GTK_A11Y=none ninja test</command>. Note that
you must have the <application>python-dbusmock</application> module
installed in order for the tests to complete successfully.
</para>