Merge pull request #118326 from mweinelt/geary

gnome3.geary: disable failing edit_context_font test
This commit is contained in:
Sandro 2021-04-02 18:54:50 +02:00 committed by GitHub
commit 58ee602a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;