gnome3.geary: disable failing edit_context_font test

Broke during the upgrade of webkitgtk to 2.32.0, reported upstream at
https://gitlab.gnome.org/GNOME/geary/-/issues/1180.

Fixes: #118309
This commit is contained in:
Martin Weinelt 2021-04-02 16:34:26 +02:00
parent 3e0713d582
commit ffe63e7156
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -118,6 +118,10 @@ stdenv.mkDerivation rec {
patchShebangs build-aux/yaml_to_json.py
chmod +x desktop/geary-attach
# Drop test that breaks after webkitgtk 2.32.0 update
# https://gitlab.gnome.org/GNOME/geary/-/issues/1180
sed -i '/add_test("edit_context_font", edit_context_font);/d' test/js/composer-page-state-test.vala
'';
doCheck = true;