diff options
Diffstat (limited to 'testing/epiphany/disable-faulty-test.patch')
-rw-r--r-- | testing/epiphany/disable-faulty-test.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/epiphany/disable-faulty-test.patch b/testing/epiphany/disable-faulty-test.patch deleted file mode 100644 index 285c102121..0000000000 --- a/testing/epiphany/disable-faulty-test.patch +++ /dev/null @@ -1,27 +0,0 @@ -See: https://gitlab.gnome.org/GNOME/epiphany/issues/829 ---- a/tests/meson.build -+++ b/tests/meson.build -@@ -150,14 +150,15 @@ - env: envs, - ) - -- web_app_utils_test = executable('test-ephy-web-app-utils', -- 'ephy-web-app-utils-test.c', -- dependencies: ephymain_dep -- ) -- test('Web app utils test', -- web_app_utils_test, -- env: envs -- ) -+ # FIXME: https://gitlab.gnome.org/GNOME/epiphany/issues/829 -+ # web_app_utils_test = executable('test-ephy-web-app-utils', -+ # 'ephy-web-app-utils-test.c', -+ # dependencies: ephymain_dep -+ # ) -+ # test('Web app utils test', -+ # web_app_utils_test, -+ # env: envs -+ # ) - - # FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=780280 - # web_view_test = executable('test-ephy-web-view', |