Changeset 9b8f21a3 for gnome/platform


Ignore:
Timestamp:
02/14/2023 07:02:11 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5d22507
Parents:
ba7d117
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-control-center.xml

    rba7d117 r9b8f21a3  
    157157ninja</userinput></screen>
    158158
    159     <para>
    160       To test the results, issue: <command>ninja test</command>. Note that
     159    <!-- for GTK_A11Y=none see upstream issue #2300.  The test still fails
     160         w/o it in 43.4.1. -->
     161    <para>
     162      To test the results, issue:
     163      <command>GTK_A11Y=none ninja test</command>. Note that
    161164      you must have the <application>python-dbusmock</application> module
    162165      installed in order for the tests to complete successfully.
Note: See TracChangeset for help on using the changeset viewer.