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:
parent
3e0713d582
commit
ffe63e7156
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue